authenticate
abstract suspend fun authenticate(parameters: TOTP.AuthenticateParameters): TOTPAuthenticateResponse
Authenticate a TOTP for a member
Return
Parameters
parameters
required to authenticate a TOTP
abstract fun authenticate(parameters: TOTP.AuthenticateParameters, callback: (TOTPAuthenticateResponse) -> Unit)
Create a TOTP for a member
Parameters
parameters
required to authenticate a TOTP
callback
a callback that receives a TOTPAuthenticateResponse