Skip to content

Commit b758de4

Browse files
author
Eric Urban
committed
sunset v11 refresh v12
1 parent 66f768f commit b758de4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/V12/AuthHelper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ static function SearchAccountsByUserId($userId, $pageIndex, $pageSize)
119119

120120
static function AuthenticateWithOAuth()
121121
{
122-
$authentication = (new OAuthDesktopMobileImplicitGrant())
122+
$authentication = (new OAuthDesktopMobileAuthCodeGrant())
123123
->withEnvironment(AuthHelper::ApiEnvironment)
124124
->withClientId(AuthHelper::ClientId);
125125

0 commit comments

Comments
 (0)