Class ClientCredentialsTokenRequest

    Definition

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

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

    public class ClientCredentialsTokenRequest : TokenRequest
    Inheritance
    object
    TokenRequest
    ClientCredentialsTokenRequest

    Constructors

    View Source

    ClientCredentialsTokenRequest()

    The constructor

    Declaration
    public ClientCredentialsTokenRequest()

    Properties

    View Source

    GrantType

    The grant type.

    Declaration
    public override string GrantType { get; }
    Property Value
    Type Description
    string
    Overrides
    TokenRequest.GrantType

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX