Class ImplicitGrantAuthorizationRequest

Definition

Namespace:
Tizen.Account.OAuth2
Assembly:
Tizen.Account.OAuth2.dll
API Level:
3

The class contains request parameters for retreiving access token in Implicit Grant flow.

C#
Copy
[Obsolete] public class ImplicitGrantAuthorizationRequest : AuthorizationRequest
Inheritance
System.Object
ImplicitGrantAuthorizationRequest

Constructors

View Source

ImplicitGrantAuthorizationRequest()

The constructor

Declaration
C#
Copy
[Obsolete] public ImplicitGrantAuthorizationRequest()
API Level: 3

Properties

View Source

ResponseType

The response type parameter to aturhoization server.

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