Discuss this help topic in SecureBlackbox Forum

TElOAuth2Settings.ClientID

TElOAuth2Settings     See also     


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


Specifies the client identifier.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    property ClientID : string;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Description

    When a client registers with authorization server, it is issued a unique string representing the registration information of the client. The client identifier is unique to the authorization server. It is not secret, therefore it must not be used alone for client identification.

See also:     ClientSecret    

Discuss this help topic in SecureBlackbox Forum