C# Class PayPal.OpenIdConnect.Session

Afficher le fichier Open project: paypal/sdk-core-dotnet

Méthodes publiques

Méthode Description
GetLogoutUrl ( string redirectUri, string idToken, APIContext apiContext ) : string

Returns the URL to which the user must be redirected to logout from the OpenId provider (i.e., PayPal)

GetRedirectUrl ( string redirectUri, List scope, APIContext apiContext ) : string

Returns the PayPal URL to which the user must be redirected to start the authentication / authorization process

Method Details

GetLogoutUrl() public static méthode

Returns the URL to which the user must be redirected to logout from the OpenId provider (i.e., PayPal)
public static GetLogoutUrl ( string redirectUri, string idToken, APIContext apiContext ) : string
redirectUri string
idToken string
apiContext APIContext
Résultat string

GetRedirectUrl() public static méthode

Returns the PayPal URL to which the user must be redirected to start the authentication / authorization process
public static GetRedirectUrl ( string redirectUri, List scope, APIContext apiContext ) : string
redirectUri string
scope List
apiContext APIContext
Résultat string