Callback URL
The OAuth callback URL to return to when authenticating. This value must match exactly like the callback URL you specify in your app settings.
Data Type
string
Default Value
""
Remarks
During the authentication process, the OAuth authorization server redirects the user to this URL. This value must match the callback URL you specify in your app settings.
Note: If callback URL value contains "/" character at the end like "http://localhost:33333/" you must specify exactly the same value "http://localhost:33333/" not "http://localhost:33333".
Adding or removing any character of this parameter, will result in an error.