VerificationCodeApiV2

internal open class VerificationCodeApiV2(unauthenticatedNetworkClient: UnauthenticatedNetworkClient) : VerificationCodeApiV0

Constructors

Link copied to clipboard
internal constructor(unauthenticatedNetworkClient: UnauthenticatedNetworkClient)

Functions

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

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