Class CodeGrantAuthorizationRequest

Definition

Namespace:
Tizen.Account.OAuth2
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

C#
Copy
public class CodeGrantAuthorizationRequest : AuthorizationRequest
Inheritance
object
CodeGrantAuthorizationRequest

Constructors

View Source

CodeGrantAuthorizationRequest()

The constructor

Declaration
C#
Copy
[Obsolete] public CodeGrantAuthorizationRequest()

Properties

View Source

ResponseType

The response type parameter to authorization server.

Declaration
C#
Copy
[Obsolete] public override string ResponseType { get; }
Property Value
Type Description
string
Overrides