Class OAuth2ErrorResponse
Definition
- Assembly:
- Tizen.Account.OAuth2.dll
Wrapper class contaning OAuth2 related error information
public class OAuth2ErrorResponse
- Inheritance
-
objectOAuth2ErrorResponse
Properties
View SourceError
Error description
Declaration
public string Error { get; }
Property Value
Type | Description |
---|---|
string |
ErrorUri
URI of the error page.
Declaration
public string ErrorUri { get; }
Property Value
Type | Description |
---|---|
string |
PlatformErrorCode
The platform error cocde
Declaration
public int PlatformErrorCode { get; }
Property Value
Type | Description |
---|---|
int |
ServerErrorCode
The server error code
Declaration
public int ServerErrorCode { get; }
Property Value
Type | Description |
---|---|
int |