VerificationCodeApiV0
internal open class VerificationCodeApiV0(unauthenticatedNetworkClient: UnauthenticatedNetworkClient) : VerificationCodeApi
Inheritors
Types
Link copied to clipboard
internal data class SendVerificationCodeRequest(val action: VerificationCodeApiV0.SendVerificationCodeRequest.Action, val email: String)
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.