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

    Inheritance
    System.Object
    AuthgearOptions
    Namespace: Authgear.Xamarin
    Assembly: Authgear.Xamarin.dll
    Syntax
    public class AuthgearOptions : object

    Constructors

    | Improve this Doc View Source

    AuthgearOptions(String, String)

    Declaration
    public AuthgearOptions(string clientId, string authgearEndPoint)
    Parameters
    Type Name Description
    System.String clientId
    System.String authgearEndPoint

    Properties

    | Improve this Doc View Source

    AuthgearEndpoint

    Declaration
    public string AuthgearEndpoint { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    ClientId

    Declaration
    public string ClientId { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    IsSsoEnabled

    Declaration
    public bool IsSsoEnabled { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Name

    Declaration
    public string? Name { get; set; }
    Property Value
    Type Description
    System.Nullable<System.String>
    | Improve this Doc View Source

    TokenStorage

    Declaration
    public ITokenStorage TokenStorage { get; set; }
    Property Value
    Type Description
    ITokenStorage
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX