confirmUser

abstract suspend fun confirmUser(token: String, tokenId: String)

Confirms a user with the given token and token id.

Parameters

token

the confirmation token.

tokenId

the id of the confirmation token.

Throws

if this email was already confirmed.

for other failures that can happen when communicating with App Services. See AppException for details.