LoginCallback

interface LoginCallback

Callback interface for AuthManager.login method

Functions

onError
Link copied to clipboard
abstract fun onError(error: ErrorCode, errorMessage: String)

Calls when provided AuthAccount was not able to login

onSuccess
Link copied to clipboard
abstract fun onSuccess()

Calls when provided AuthAccount was successfully logged