login With Token
fun loginWithToken(token: String, provider: String, completion: (DittoError?) -> Unit)
Content copied to clipboard
Log in to Ditto with a third-party token.
Parameters
token
the authentication token required to log in.
provider
the name of the authentication provider.
completion
a closure that will get called when the login attempt has completed.
fun loginWithToken(token: String, provider: String, completionCallback: DittoLoginCompletionCallback)
Content copied to clipboard
Log in to Ditto with a third-party token.
Parameters
token
the authentication token required to log in.
provider
the name of the authentication provider.
completion Callback
an object that implements the DittoLoginCompletionCallback interface, whose callback
function will be called when the login attempt has completed.