Class ResourceOwnerPwdCredentialsTokenRequest
Definition
- Assembly:
- Tizen.Account.OAuth2.dll
The class contains request parameters for retreiving access token in Resource Owner Password Credentials Grant flow.
public class ResourceOwnerPwdCredentialsTokenRequest : TokenRequest
- Inheritance
Constructors
View SourceResourceOwnerPwdCredentialsTokenRequest()
The constructor
Declaration
public ResourceOwnerPwdCredentialsTokenRequest()
Properties
View SourceGrantType
The grant type
Declaration
public override string GrantType { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
View SourcePassword
The resource owner password
Declaration
public string Password { get; set; }
Property Value
Type | Description |
---|---|
string |
Username
The resource owner username
Declaration
public string Username { get; set; }
Property Value
Type | Description |
---|---|
string |