pub fn drive_request_device_code(
client_id: &str,
) -> Result<DeviceCode, &'static str>Expand description
デバイスコードを要求(ユーザーに user_code と verification_url を提示するため)。
pub fn drive_request_device_code(
client_id: &str,
) -> Result<DeviceCode, &'static str>デバイスコードを要求(ユーザーに user_code と verification_url を提示するため)。