pub async fn resend_authentication_code(client_id: i32) -> Result<(), Error>
Expand description
Resends an authentication code to the user. Works only when the current authorization state is authorizationStateWaitCode, the next_code_type of the result is not null and the server-specified timeout has passed, or when the current authorization state is authorizationStateWaitEmailCode
ยงArguments
client_id
- The client id to send the request to