Discuss this help topic in SecureBlackbox Forum

TElHTTPSession.GrantType

TElHTTPSession     See also     


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


Specifies 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);

TSBOAuth2GrantType values

Description

This property specifies authorization grant type.

See also:     Authenticated    

Discuss this help topic in SecureBlackbox Forum