C# 클래스 PayPal.Api.CreateFromAuthorizationCodeParameters

Parameters for getting an access token using a authorization code.
상속: ClientCredentials
파일 보기 프로젝트 열기: paypal/PayPal-NET-SDK 1 사용 예제들

공개 메소드들

메소드 설명
CreateFromAuthorizationCodeParameters ( ) : System.Collections.Generic

Initializes a new CreateFromAuthorizationCodeParameters object and sets the grant type to 'authorization_code'.

SetCode ( string code ) : void

Set the code

SetGrantType ( string grantType ) : void

Set the Grant Type

SetRedirectUri ( string redirectUri ) : void

Set the Redirect URI

메소드 상세

CreateFromAuthorizationCodeParameters() 공개 메소드

Initializes a new CreateFromAuthorizationCodeParameters object and sets the grant type to 'authorization_code'.
public CreateFromAuthorizationCodeParameters ( ) : System.Collections.Generic
리턴 System.Collections.Generic

SetCode() 공개 메소드

Set the code
public SetCode ( string code ) : void
code string
리턴 void

SetGrantType() 공개 메소드

Set the Grant Type
public SetGrantType ( string grantType ) : void
grantType string
리턴 void

SetRedirectUri() 공개 메소드

Set the Redirect URI
public SetRedirectUri ( string redirectUri ) : void
redirectUri string
리턴 void