C# Класс PayPal.Api.CreateFromAuthorizationCodeParameters

Parameters for getting an access token using a authorization code.
Наследование: ClientCredentials
Показать файл Открыть проект Примеры использования класса

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

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