• 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 BiometricNotSupportedOrPermissionDeniedException

    Inheritance
    System.Object
    AuthgearException
    BiometricNotSupportedOrPermissionDeniedException
    Namespace: Authgear.Xamarin
    Assembly: Authgear.Xamarin.dll
    Syntax
    public class BiometricNotSupportedOrPermissionDeniedException : AuthgearException

    Constructors

    | Improve this Doc View Source

    BiometricNotSupportedOrPermissionDeniedException()

    Declaration
    public BiometricNotSupportedOrPermissionDeniedException()
    | Improve this Doc View Source

    BiometricNotSupportedOrPermissionDeniedException(Exception)

    Declaration
    public BiometricNotSupportedOrPermissionDeniedException(Exception ex)
    Parameters
    Type Name Description
    Exception ex
    | Improve this Doc View Source

    BiometricNotSupportedOrPermissionDeniedException(String)

    Declaration
    public BiometricNotSupportedOrPermissionDeniedException(string message)
    Parameters
    Type Name Description
    System.String message
    | Improve this Doc View Source

    BiometricNotSupportedOrPermissionDeniedException(String, Exception)

    Declaration
    public BiometricNotSupportedOrPermissionDeniedException(string message, Exception ex)
    Parameters
    Type Name Description
    System.String message
    Exception ex
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX