Class CodeGrantTokenRequest
Obsolete
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.
[Obsolete]
public class CodeGrantTokenRequest : TokenRequest
- Inheritance
Constructors
View SourceCodeGrantTokenRequest()
Obsolete
The constructor
Declaration
[Obsolete]
public CodeGrantTokenRequest()
API Level: 3
Properties
View SourceCode
Obsolete
The authoriztion code received from the authorization server.
Declaration
[Obsolete]
public string Code { get; set; }
Property Value
Type | Description |
---|---|
String |
API Level: 3
View SourceGrantType
Obsolete
The grant type
Declaration
[Obsolete]
public override string GrantType { get; }
Property Value
Type | Description |
---|---|
String |