AuthenticationController

interface AuthenticationController : SupportAuthenticationController

This controller gives you ways to authenticate yourself to perform any kind of operation.

Functions

getQrCodes
Link copied to clipboard
abstract fun getQrCodes(): Flow<QrCode>

Get a flow of QrCode's every 30 seconds.

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.