Class CodeGrantAuthorizationRequest
Definition
- Namespace:
- Tizen.Account.OAuth2
- Assembly:
- Tizen.Account.OAuth2.dll
- API Level:
- 3
The class contains request parameters for retreiving authorization code in Authorization Code Grant flow. Please refer https://tools.ietf.org/html/rfc6749#section-4.1.1 for more details
C#Copypublic class CodeGrantAuthorizationRequest : AuthorizationRequest
- Inheritance
Constructors
Declaration
C#Copy[Obsolete] public CodeGrantAuthorizationRequest()
API Level: 3
Properties
Declaration
C#Copy[Obsolete] public override string ResponseType { get; }
Property Value
Type | Description |
---|---|
System.String |