onResult

abstract fun onResult(user: User?, e: SendBirdException?)

A callback for when the authentication is done.

Since

0.6.0

Parameters

user

User.

e

null if no error.