• 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

    Class PersistentTokenStorage

    Inheritance
    System.Object
    PersistentTokenStorage
    Implements
    ITokenStorage
    Namespace: Authgear.Xamarin.Data
    Assembly: Authgear.Xamarin.dll
    Syntax
    public class PersistentTokenStorage : object, ITokenStorage

    Methods

    | Improve this Doc View Source

    DeleteRefreshToken(String)

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

    GetRefreshTokenAsync(String)

    Declaration
    public async 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
    public void SetRefreshToken(string aNamespace, string refreshToken)
    Parameters
    Type Name Description
    System.String aNamespace
    System.String refreshToken

    Implements

    ITokenStorage
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX