C# Класс PayPal.OpenIdConnect.Session

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

GetLogoutUrl() публичный статический Метод

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
Результат string

GetRedirectUrl() публичный статический Метод

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
Результат string