Function check_authentication_email_code

Source
pub async fn check_authentication_email_code(
    code: EmailAddressAuthentication,
    client_id: i32,
) -> Result<(), Error>
Expand description

Checks the authentication of an email address. Works only when the current authorization state is authorizationStateWaitEmailCode

ยงArguments

  • code - Email address authentication to check
  • client_id - The client id to send the request to