Class ResourceOwnerPwdCredentialsTokenRequest

    Definition

    Namespace:
    Tizen.Account.OAuth2
    Assembly:
    Tizen.Account.OAuth2.dll

    The class contains request parameters for retreiving access token in Resource Owner Password Credentials Grant flow.

    [Obsolete]
    public class ResourceOwnerPwdCredentialsTokenRequest : TokenRequest
    Inheritance
    object
    TokenRequest
    ResourceOwnerPwdCredentialsTokenRequest

    Constructors

    View Source

    ResourceOwnerPwdCredentialsTokenRequest()

    The constructor

    Declaration
    [Obsolete]
    public ResourceOwnerPwdCredentialsTokenRequest()

    Properties

    View Source

    GrantType

    The grant type

    Declaration
    [Obsolete]
    public override string GrantType { get; }
    Property Value
    Type Description
    string
    Overrides
    TokenRequest.GrantType
    View Source

    Password

    The resource owner password

    Declaration
    [Obsolete]
    public string Password { get; set; }
    Property Value
    Type Description
    string
    View Source

    Username

    The resource owner username

    Declaration
    [Obsolete]
    public string Username { get; set; }
    Property Value
    Type Description
    string
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX