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#
Copy
public class CodeGrantAuthorizationRequest : AuthorizationRequest
Inheritance
CodeGrantAuthorizationRequest

Constructors

View Source

CodeGrantAuthorizationRequest()

The constructor

Declaration
C#
Copy
public CodeGrantAuthorizationRequest()
API Level: 3

Properties

View Source

ResponseType

The response type parameter to authorization server.

Declaration
C#
Copy
public override string ResponseType { get; }
Property Value
Type Description
System.String
Overrides
API Level: 3