Class CodeGrantAuthorizationRequest

    Definition

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

    The class contains request parameters for retreiving authorization code in Authorization Code Grant flow. Please refer https://tools.ietf.org/html/rfc6749#section-4.1.1 for more details

    public class CodeGrantAuthorizationRequest : AuthorizationRequest
    Inheritance
    object
    AuthorizationRequest
    CodeGrantAuthorizationRequest

    Constructors

    View Source

    CodeGrantAuthorizationRequest()

    The constructor

    Declaration
    [Obsolete]
    public CodeGrantAuthorizationRequest()

    Properties

    View Source

    ResponseType

    The response type parameter to authorization server.

    Declaration
    [Obsolete]
    public override string ResponseType { get; }
    Property Value
    Type Description
    string
    Overrides
    AuthorizationRequest.ResponseType
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX