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

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

    Constructors

    | Improve this Doc View Source

    ReauthenticateOptions(String)

    Declaration
    public ReauthenticateOptions(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

    MaxAge

    Declaration
    public int? MaxAge { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>
    | 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