pub async fn github_request_device_code(
client: &Client,
client_id: &str,
scope: &str,
) -> Result<DeviceCodeResponse, OAuthError>Expand description
Step 1: Request a device code from GitHub.
pub async fn github_request_device_code(
client: &Client,
client_id: &str,
scope: &str,
) -> Result<DeviceCodeResponse, OAuthError>Step 1: Request a device code from GitHub.