Definition
- Namespace:
- Tizen.Account.OAuth2
- Assembly:
- Tizen.Account.OAuth2.dll
The class contains request parameters for retreiving access token in Authorization Code Grant flow.
[Obsolete]
public class CodeGrantTokenRequest : TokenRequest
- Inheritance
-
object
CodeGrantTokenRequest
Constructors
Declaration
[Obsolete]
public CodeGrantTokenRequest()
Properties
View Source
Code
The authoriztion code received from the authorization server.
Declaration
[Obsolete]
public string Code { get; set; }
Property Value
Declaration
[Obsolete]
public override string GrantType { get; }
Property Value
Overrides