Class AuthorizeResult
Inheritance
System.Object
AuthorizeResult
Assembly: Authgear.Xamarin.dll
Syntax
public class AuthorizeResult : object
Constructors
|
Improve this Doc
View Source
AuthorizeResult(UserInfo, String)
Declaration
public AuthorizeResult(UserInfo userInfo, string state)
Parameters
Type |
Name |
Description |
UserInfo |
userInfo |
|
System.String |
state |
|
Properties
|
Improve this Doc
View Source
State
Declaration
public string State { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
UserInfo
Declaration
public UserInfo UserInfo { get; }
Property Value