Méthode | Description | |
---|---|---|
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
|
public CreateFromAuthorizationCodeParameters ( ) : System.Collections.Generic | ||
Résultat | System.Collections.Generic |
public SetGrantType ( string grantType ) : void | ||
grantType | string | |
Résultat | void |
public SetRedirectUri ( string redirectUri ) : void | ||
redirectUri | string | |
Résultat | void |