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

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

    Constructors

    | Improve this Doc View Source

    AuthenticateOptions(String)

    Declaration
    public AuthenticateOptions(string redirectUri)
    Parameters
    Type Name Description
    System.String redirectUri

    Properties

    | Improve this Doc View Source

    ColorScheme

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

    LoginHint

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

    OauthProviderAlias

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

    Page

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

    PromptOptions

    Declaration
    public IReadOnlyCollection<PromptOption>? PromptOptions { get; set; }
    Property Value
    Type Description
    System.Nullable<IReadOnlyCollection<PromptOption>>
    | Improve this Doc View Source

    RedirectUri

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

    State

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

    UiLocales

    Declaration
    public IReadOnlyCollection<string>? UiLocales { get; set; }
    Property Value
    Type Description
    System.Nullable<IReadOnlyCollection<System.String>>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX