Skip to main content

load_device_verification_info

Function load_device_verification_info 

Source
async fn load_device_verification_info(
    conn: &mut PgConnection,
    user_code: &str,
) -> Result<DeviceVerificationInfo, ControllerError>
Expand description

Core of GET /device_verification: look up the pending grant for a (already normalized) user_code and gather the render data.