Class OauthException
Inheritance
System.Object
OauthException
Assembly: Authgear.Xamarin.dll
Syntax
public class OauthException : Exception
Constructors
|
Improve this Doc
View Source
OauthException(String, Nullable<String>, Nullable<String>, Nullable<String>)
Declaration
public OauthException(string error, string? errorDescription, string? state, string? errorUri)
Parameters
Type |
Name |
Description |
System.String |
error |
|
System.Nullable<System.String> |
errorDescription |
|
System.Nullable<System.String> |
state |
|
System.Nullable<System.String> |
errorUri |
|
Properties
|
Improve this Doc
View Source
Error
Declaration
public string Error { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ErrorDescription
Declaration
public string? ErrorDescription { get; }
Property Value
Type |
Description |
System.Nullable<System.String> |
|
|
Improve this Doc
View Source
ErrorUri
Declaration
public string? ErrorUri { get; }
Property Value
Type |
Description |
System.Nullable<System.String> |
|
|
Improve this Doc
View Source
State
Declaration
public string? State { get; }
Property Value
Type |
Description |
System.Nullable<System.String> |
|