Class OAuth2ErrorResponse

Definition

Namespace:
Tizen.Account.OAuth2
Assembly:
Tizen.Account.OAuth2.dll
API Level:
3

Wrapper class contaning OAuth2 related error information

C#
Copy
public class OAuth2ErrorResponse
Inheritance
OAuth2ErrorResponse

Properties

View Source

Error

Error description

Declaration
C#
Copy
public string Error { get; }
Property Value
Type Description
System.String
API Level: 3
View Source

ErrorUri

URI of the error page.

Declaration
C#
Copy
public string ErrorUri { get; }
Property Value
Type Description
System.String
API Level: 3
View Source

PlatformErrorCode

The platform error cocde

Declaration
C#
Copy
public int PlatformErrorCode { get; }
Property Value
Type Description
System.Int32
API Level: 3
View Source

ServerErrorCode

The server error code

Declaration
C#
Copy
public int ServerErrorCode { get; }
Property Value
Type Description
System.Int32
API Level: 3