Class OpenIdSession
Methods summary
public static
string
|
#
getAuthorizationUrl( string $redirectUri, array $scope, string $clientId, null $nonce = null, null $state = null,
Returns the PayPal URL to which the user must be redirected to start the authentication / authorization process. |
public static
string
|
#
getLogoutUrl( string $redirectUri, string $idToken,
Returns the URL to which the user must be redirected to logout from the OpenID provider (i.e. PayPal) |