Function check_authentication_code

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

Checks the authentication code. Works only when the current authorization state is authorizationStateWaitCode

ยงArguments

  • code - Authentication code to check
  • client_id - The client id to send the request to