LoginCallback

interface LoginCallback : Function2<OAuthToken?, Throwable?, Unit>

Functions

Link copied to clipboard
abstract operator override fun invoke(oAuthToken: OAuthToken?, throwable: Throwable?)