getAuthorizationUrl

fun getAuthorizationUrl(handler: CompletionHandler<String?>)

Provides an authorization url that can used for first leg of OAuth2

Since

3.1.0

Parameters

handler

: the completion handler will be called when fetching the authorizationUrl is complete, with a OAuthResult and the authorization URL to indicate if the process was successful.