Class PromoteOptions
Inheritance
System.Object
PromoteOptions
Assembly: Authgear.Xamarin.dll
public class PromoteOptions : object
Constructors
|
Improve this Doc
View Source
Declaration
public PromoteOptions(string redirectUri)
Parameters
Type |
Name |
Description |
System.String |
redirectUri |
|
Properties
|
Improve this Doc
View Source
Declaration
public ColorScheme? ColorScheme { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public string RedirectUri { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string? State { get; set; }
Property Value
Type |
Description |
System.Nullable<System.String> |
|
|
Improve this Doc
View Source
Declaration
public IReadOnlyCollection<string>? UiLocales { get; set; }
Property Value
Type |
Description |
System.Nullable<IReadOnlyCollection<System.String>> |
|