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