create

abstract suspend fun create(parameters: TOTP.CreateParameters): TOTPCreateResponse

Create a TOTP for a member

Return

TOTPCreateResponse

Parameters

parameters

required to create a TOTP


abstract fun create(parameters: TOTP.CreateParameters, callback: (TOTPCreateResponse) -> Unit)

Create a TOTP for a member

Parameters

parameters

required to create a TOTP

callback

a callback that receives a TOTPCreateResponse