Class CodeGrantAuthorizationRequest
Definition
- Assembly:
- Tizen.Account.OAuth2.dll
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
public class CodeGrantAuthorizationRequest : AuthorizationRequest
- Inheritance
Constructors
View SourceCodeGrantAuthorizationRequest()
The constructor
Declaration
public CodeGrantAuthorizationRequest()
Properties
View SourceResponseType
The response type parameter to authorization server.
Declaration
public override string ResponseType { get; }
Property Value
Type | Description |
---|---|
string |