authenticate

Authenticate a TOTP for a member

Return

TOTPAuthenticateResponse

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