Function start_device_code_flow
pub async fn start_device_code_flow(
client: &Client,
device_code_url: &str,
client_id: &str,
scopes: &[String],
) -> Result<DeviceCodeStart, Error>Expand description
Start RFC 8628 device-code flow.