Class CodeGrantTokenRequest

Definition

Namespace:
Tizen.Account.OAuth2
Assembly:
Tizen.Account.OAuth2.dll
API Level:
3

The class contains request parameters for retreiving access token in Authorization Code Grant flow.

C#
Copy
public class CodeGrantTokenRequest : TokenRequest
Inheritance
CodeGrantTokenRequest

Constructors

View Source

CodeGrantTokenRequest()

The constructor

Declaration
C#
Copy
public CodeGrantTokenRequest()
API Level: 3

Properties

View Source

Code

The authoriztion code received from the authorization server.

Declaration
C#
Copy
public string Code { get; set; }
Property Value
Type Description
System.String
API Level: 3
View Source

GrantType

The grant type

Declaration
C#
Copy
public override string GrantType { get; }
Property Value
Type Description
System.String
Overrides
API Level: 3