We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 268b18a commit 4128e82Copy full SHA for 4128e82
rust/api/src/auth.rs
@@ -3,7 +3,7 @@ use async_trait::async_trait;
3
use std::collections::HashMap;
4
use std::string::ToString;
5
6
-/// Response returned for Authorizer request if user is authenticated and authorized.
+/// Response returned for [`Authorizer`] request if user is authenticated and authorized.
7
#[derive(Debug, Clone)]
8
pub struct AuthResponse {
9
/// A `user_token` identifying the authenticated and authorized user.
0 commit comments