C# 클래스 PayPal.OpenIdConnect.Session

파일 보기 프로젝트 열기: paypal/sdk-core-dotnet

공개 메소드들

메소드 설명
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