Discuss this help topic in SecureBlackbox Forum
Initiates authorization process.
Declaration
[C#/Java]
string StartAuthorization();
[VB.NET]
Function StartAuthorization() As String
[Pascal]
function StartAuthorization(): string;
[C++]
void StartAuthorization(std::string &OutResult);
[PHP]
string StartAuthorization()
Return value
Returns the authorization request's URL.
Description
Call this method to generate an authorization request to the server.
Discuss this help topic in SecureBlackbox Forum