authorize

fun authorize(code: String, handler: CompletionHandler<Void>)

Authorize with the OAuth authorization code

Since

0.1

Parameters

code

OAuth authorization code

handler

the completion handler will be called when authentication is complete, the error to indicate if the authentication process was successful.