Function fusionauth_rust_client::apis::default_api::validate_device_with_id
source · pub async fn validate_device_with_id(
configuration: &Configuration,
user_code: Option<&str>,
client_id: Option<&str>
) -> Result<(), Error<ValidateDeviceWithIdError>>
Expand description
Validates the end-user provided user_code from the user-interaction of the Device Authorization Grant. If you build your own activation form you should validate the user provided code prior to beginning the Authorization grant.