Class ImplicitGrantAuthorizationRequest
Definition
- Assembly:
- Tizen.Account.OAuth2.dll
The class contains request parameters for retreiving access token in Implicit Grant flow.
public class ImplicitGrantAuthorizationRequest : AuthorizationRequest
- Inheritance
Constructors
View SourceImplicitGrantAuthorizationRequest()
The constructor
Declaration
public ImplicitGrantAuthorizationRequest()
Properties
View SourceResponseType
The response type parameter to aturhoization server.
Declaration
public override string ResponseType { get; }
Property Value
Type | Description |
---|---|
string |