Class CodeGrantTokenRequest

    Definition

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

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

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

    Constructors

    View Source

    CodeGrantTokenRequest()

    The constructor

    Declaration
    [Obsolete]
    public CodeGrantTokenRequest()

    Properties

    View Source

    Code

    The authoriztion code received from the authorization server.

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

    GrantType

    The grant type

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