Discuss this help topic in SecureBlackbox Forum

TElOAuth2Settings.GrantType

TElOAuth2Settings     See also     


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


Specifies the authorization grant type.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    property GrantType : TSBOAuth2GrantType;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

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. The default value is oauthAuthorizationCode.

See also:     AccessToken    

Discuss this help topic in SecureBlackbox Forum