Class ImplicitGrantAuthorizer

    Definition

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

    The ImplicitGrantAuthorizer is used to obtain access tokens using Implicit Grant flow as described at https://tools.ietf.org/html/rfc6749#section-4.2

    public class ImplicitGrantAuthorizer : Authorizer
    Inheritance
    object
    Authorizer
    ImplicitGrantAuthorizer

    Constructors

    View Source

    ImplicitGrantAuthorizer()

    The constructor

    Declaration
    public ImplicitGrantAuthorizer()

    Methods

    View Source

    GetAccessTokenAsync(TokenRequest)

    Access token can be retreived implicitly using AuthorizeAsync(AuthorizationRequest) in this flow.

    Declaration
    public Task<TokenResponse> GetAccessTokenAsync(TokenRequest request)
    Parameters
    Type Name Description
    TokenRequest request
    Returns
    Type Description
    Task<><TokenResponse>
    View Source

    RefreshAccessTokenAsync(RefreshTokenRequest)

    Refreshing access token is not supported in this flow.

    Declaration
    public override Task<TokenResponse> RefreshAccessTokenAsync(RefreshTokenRequest request)
    Parameters
    Type Name Description
    RefreshTokenRequest request
    Returns
    Type Description
    Task<><TokenResponse>
    Overrides
    Authorizer.RefreshAccessTokenAsync(RefreshTokenRequest)

    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