Definition
- Namespace:
- Tizen.Account.OAuth2
- Assembly:
- Tizen.Account.OAuth2.dll
- API Level:
- 3
Wrapper class contaning OAuth2 related error information
public class OAuth2ErrorResponse
- Inheritance
-
Properties
Declaration
public string Error { get; }
Property Value
Type |
Description |
System.String |
|
API Level: 3
Declaration
public string ErrorUri { get; }
Property Value
Type |
Description |
System.String |
|
API Level: 3
Declaration
public int PlatformErrorCode { get; }
Property Value
Type |
Description |
System.Int32 |
|
API Level: 3
Declaration
public int ServerErrorCode { get; }
Property Value
Type |
Description |
System.Int32 |
|
API Level: 3