pub async fn start_device_authorization(
client: &Client,
ep: &OAuthEndpoints,
) -> Result<DeviceAuthorization>Expand description
Step 1 of RFC 8628: request a device/user code pair.
pub async fn start_device_authorization(
client: &Client,
ep: &OAuthEndpoints,
) -> Result<DeviceAuthorization>Step 1 of RFC 8628: request a device/user code pair.