Class CodeGrantTokenRequest
Definition
- Assembly:
- Tizen.Account.OAuth2.dll
The class contains request parameters for retreiving access token in Authorization Code Grant flow.
public class CodeGrantTokenRequest : TokenRequest
- Inheritance
Constructors
View SourceCodeGrantTokenRequest()
The constructor
Declaration
public CodeGrantTokenRequest()
Properties
View SourceCode
The authoriztion code received from the authorization server.
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
string |
GrantType
The grant type
Declaration
public override string GrantType { get; }
Property Value
Type | Description |
---|---|
string |