VerificationCodeApi

Types

Link copied to clipboard

A backend-facing action that requires a verification code

Functions

Link copied to clipboard
abstract suspend fun sendVerificationCode(email: String, action: VerificationCodeApi.ActionToBeVerified): NetworkResponse<Unit>

Sends a verification code to an email. This verification might be required by some endpoints.