• API Reference
Search Results for

    Show / Hide Table of Contents
    • Authgear.Xamarin
      • AnonymousUserNotFoundException
      • AuthenticateOptions
      • AuthenticatePage
      • AuthgearException
      • AuthgearOptions
      • AuthgearSdk
      • AuthorizeResult
      • BiometricAccessConstraintAndroid
      • BiometricAccessConstraintIos
      • BiometricLAPolicy
      • BiometricLockoutException
      • BiometricNoEnrollmentException
      • BiometricNoPasscodeException
      • BiometricNotSupportedOrPermissionDeniedException
      • BiometricOptions
      • BiometricOptionsAndroid
      • BiometricOptionsIos
      • BiometricPrivateKeyNotFoundException
      • ColorScheme
      • OauthException
      • PromoteOptions
      • PromptOption
      • ReauthenticateOptions
      • ServerException
      • SessionState
      • SessionStateChangeReason
      • SettingsOptions
      • SettingsPage
      • UnauthenticatedUserException
      • UserInfo
      • UserInfoAddress
    • Authgear.Xamarin.Data
      • ITokenStorage
      • PersistentTokenStorage
      • TransientTokenStorage

    Interface ITokenStorage

    Namespace: Authgear.Xamarin.Data
    Assembly: Authgear.Xamarin.dll
    Syntax
    public interface ITokenStorage

    Methods

    | Improve this Doc View Source

    DeleteRefreshToken(String)

    Declaration
    void DeleteRefreshToken(string aNamespace)
    Parameters
    Type Name Description
    System.String aNamespace
    | Improve this Doc View Source

    GetRefreshTokenAsync(String)

    Declaration
    Task<string?> GetRefreshTokenAsync(string aNamespace)
    Parameters
    Type Name Description
    System.String aNamespace
    Returns
    Type Description
    Task<System.Nullable<System.String>>
    | Improve this Doc View Source

    SetRefreshToken(String, String)

    Declaration
    void SetRefreshToken(string aNamespace, string refreshToken)
    Parameters
    Type Name Description
    System.String aNamespace
    System.String refreshToken
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX