Discuss this help topic in SecureBlackbox Forum

TElBoxDataStorage.StartAuthorization

TElBoxDataStorage     See also     


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


Initiates authorization.

Declaration

[C#]
    string StartAuthorization();

[VB.NET]
    Function StartAuthorization() As String

[Pascal]
    function StartAuthorization(): string;

[C++]
    void StartAuthorization(std::string &OutResult);

[PHP]
    string StartAuthorization()

[Java]
    String startAuthorization();

Return value

    Returns the authorization request's URL.

Description

    Call this method to generate authorization request to the server.

See also:     CompleteAuthorization     ClientID     ClientSecret     RedirectURL     RefreshToken    

Discuss this help topic in SecureBlackbox Forum