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