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.
public class CodeGrantTokenRequest : TokenRequest
- Inheritance
-
Constructors
Declaration
public CodeGrantTokenRequest()
API Level: 3
Properties
View Source
Code
The authoriztion code received from the authorization server.
Declaration
public string Code { get; set; }
Property Value
Type |
Description |
System.String |
|
API Level: 3
Declaration
public override string GrantType { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
API Level: 3