Show / Hide Table of Contents

    Interface ITokenStorage

    Base interface for token storage

    Namespace: Dangl.RestClient
    Assembly: Dangl.RestClient.dll
    Syntax
    public interface ITokenStorage

    Methods

    | Improve this Doc View Source

    GetTokenAsync()

    Returns the stoed token

    Declaration
    Task<OAuthToken> GetTokenAsync()
    Returns
    Type Description
    Task<OAuthToken>
    | Improve this Doc View Source

    StoreTokenAsync(OAuthToken)

    Stores the token

    Declaration
    Task StoreTokenAsync(OAuthToken token)
    Parameters
    Type Name Description
    OAuthToken token
    Returns
    Type Description
    Task
    • Improve this Doc
    • View Source
    Back to top © Dangl IT - Georg Dangl