Discuss this help topic in SecureBlackbox Forum

TElOAuth2Client.GrantType

TElOAuth2Client     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies the authorization grant type.

Declaration

[C#]
    TSBOAuth2GrantType GrantType;

[VB.NET]
    Property GrantType As TSBOAuth2GrantType

[Pascal]
    property GrantType : TSBOAuth2GrantType;

[C++]
    TSBOAuth2GrantType get_GrantType();
    void set_GrantType(TSBOAuth2GrantType Value);

[PHP]
    integer get_GrantType()
    void set_GrantType(integer $Value)

[Java]
    TSBOAuth2GrantType getGrantType();
    void setGrantType(TSBOAuth2GrantType Value);

Possible values:

Description

    The authorization grant is a credential that allows the client to obtain the access token. Use this property to specify the authorization grant type.

See also:     AccessToken    

Discuss this help topic in SecureBlackbox Forum