Skip to main content

request_device_code

Function request_device_code 

Source
pub async fn request_device_code(
    client: &Client,
    login_endpoint: &str,
    tenant: &str,
    client_id: &str,
    scope: &str,
) -> Result<DeviceCodeResponse>