This commit is contained in:
2025-12-09 17:28:48 +09:00
parent adf2121a8b
commit cbf3c424e3
3 changed files with 5 additions and 4 deletions

View File

@@ -28,6 +28,7 @@ pub struct OAuthHandler {
}
#[derive(Debug, Serialize, Deserialize)]
#[allow(dead_code)]
pub struct AuthorizationRequest {
pub response_type: String,
pub client_id: String,