Class AuthorizationResponse

    Definition

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

    The response containing authroization code from the authorization server.

    public class AuthorizationResponse : IDisposable
    Inheritance
    object
    AuthorizationResponse
    Implements
    System.IDisposable

    Properties

    View Source

    Code

    The authroization code.

    Declaration
    [Obsolete("This API is deprecated since API Level 5, no longer supported")]
    public string Code { get; }
    Property Value
    Type Description
    string
    View Source

    State

    The state parameter present in authorization request.

    Declaration
    [Obsolete("This API is deprecated since API Level 5, no longer supported")]
    public string State { get; }
    Property Value
    Type Description
    string
    Remarks

    The value can be null depending on the server specifications.

    Methods

    View Source

    Dispose()

    Releases any unmanaged resources used by this object.

    Declaration
    public void Dispose()
    View Source

    Dispose(bool)

    Releases any unmanaged resources used by this object. Can also dispose any other disposable objects.

    Declaration
    protected virtual void Dispose(bool disposing)
    Parameters
    Type Name Description
    bool disposing

    If true, disposes any disposable objects. If false, does not dispose disposable objects.

    View Source

    ~AuthorizationResponse()

    Destructor of the AuthorizationResponse class.

    Declaration
    protected ~AuthorizationResponse()
    View Source

    GetCustomValue(string)

    Custom key-value parameter received from service provider

    Declaration
    [Obsolete("This API is deprecated since API Level 5, no longer supported")]
    public string GetCustomValue(string key)
    Parameters
    Type Name Description
    string key
    Returns
    Type Description
    string
    Remarks

    The return value can be null depending on the server specifications.

    Implements

    System.IDisposable
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX