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

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