Class OAuth2ErrorResponse

    Definition

    Namespace:
    Tizen.Account.OAuth2
    Assembly:
    Tizen.Account.OAuth2.dll

    Wrapper class contaning OAuth2 related error information

    [Obsolete]
    public class OAuth2ErrorResponse
    Inheritance
    object
    OAuth2ErrorResponse

    Properties

    View Source

    Error

    Error description

    Declaration
    [Obsolete]
    public string Error { get; }
    Property Value
    Type Description
    string
    View Source

    ErrorUri

    URI of the error page.

    Declaration
    [Obsolete]
    public string ErrorUri { get; }
    Property Value
    Type Description
    string
    View Source

    PlatformErrorCode

    The platform error cocde

    Declaration
    [Obsolete]
    public int PlatformErrorCode { get; }
    Property Value
    Type Description
    int
    View Source

    ServerErrorCode

    The server error code

    Declaration
    [Obsolete]
    public int ServerErrorCode { get; }
    Property Value
    Type Description
    int
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX