SupportAuthenticationController

interface SupportAuthenticationController

Support interface for clients that are not using Kotlin Coroutines.

You can call the functions in this interface from any JVM language.

Functions

getQrCodes
Link copied to clipboard
abstract fun getQrCodes(callback: (QrCode) -> Unit): Cancelable
abstract fun getQrCodes(lifecycleOwner: LifecycleOwner, callback: (QrCode) -> Unit): Cancelable

Support function to get a new QrCode's every 30 seconds.

Inheritors

AuthenticationController
Link copied to clipboard