Class ReauthenticateOptions
Inheritance
System.Object
ReauthenticateOptions
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
|
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>> |
|