• 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

    Namespace Authgear.Xamarin

    Classes

    AnonymousUserNotFoundException

    AuthenticateOptions

    AuthgearException

    AuthgearOptions

    AuthgearSdk

    AuthorizeResult

    BiometricLockoutException

    BiometricNoEnrollmentException

    BiometricNoPasscodeException

    BiometricNotSupportedOrPermissionDeniedException

    BiometricOptions

    BiometricOptionsAndroid

    BiometricOptionsIos

    BiometricPrivateKeyNotFoundException

    OauthException

    PromoteOptions

    ReauthenticateOptions

    ServerException

    SettingsOptions

    UnauthenticatedUserException

    UserInfo

    UserInfoAddress

    Enums

    AuthenticatePage

    BiometricAccessConstraintAndroid

    BiometricAccessConstraintIos

    BiometricLAPolicy

    ColorScheme

    PromptOption

    SessionState

    SessionStateChangeReason

    The reason why SessionState is changed.

    These reasons can be thought of as the transition of a SessionState, which is described as follows:

                                                               LOGOUT / INVALID / Clear
                                                     +-----------------------------------------+
                                                     v                                         |
    SessionState.UNKNOWN --- NO_TOKEN ----> SessionState.NO_SESSION ---- AUTHENTICATED -----> SessionState.AUTHENTICATED
         |                                                                                    ^
         +------------------------------------------------------------------------------------+
                                                 FOUND_TOKEN

    SettingsPage

    In This Article
    Back to top Generated by DocFX