Class AuthgearOptions
Inheritance
System.Object
AuthgearOptions
Assembly: Authgear.Xamarin.dll
Syntax
public class AuthgearOptions : object
Constructors
|
Improve this Doc
View Source
AuthgearOptions(String, String)
Declaration
public AuthgearOptions(string clientId, string authgearEndPoint)
Parameters
Type |
Name |
Description |
System.String |
clientId |
|
System.String |
authgearEndPoint |
|
Properties
|
Improve this Doc
View Source
AuthgearEndpoint
Declaration
public string AuthgearEndpoint { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ClientId
Declaration
public string ClientId { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
IsSsoEnabled
Declaration
public bool IsSsoEnabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Name
Declaration
public string? Name { get; set; }
Property Value
Type |
Description |
System.Nullable<System.String> |
|
|
Improve this Doc
View Source
TokenStorage
Declaration
public ITokenStorage TokenStorage { get; set; }
Property Value