Class CodeGrantTokenRequest
Definition
- Assembly:
- Tizen.Account.OAuth2.dll
The class contains request parameters for retreiving access token in Authorization Code Grant flow.
C#Copy[Obsolete] public class CodeGrantTokenRequest : TokenRequest
- Inheritance
Constructors
Declaration
C#Copy[Obsolete] public CodeGrantTokenRequest()
Properties
Declaration
C#Copy[Obsolete] public string Code { get; set; }
Property Value
Type | Description |
---|---|
string |
Declaration
C#Copy[Obsolete] public override string GrantType { get; }
Property Value
Type | Description |
---|---|
string |