Skip to content

Commit 4128e82

Browse files
committed
fixup! Add Authorizer Api with NoopAuthorizer.
1 parent 268b18a commit 4128e82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/api/src/auth.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ use async_trait::async_trait;
33
use std::collections::HashMap;
44
use std::string::ToString;
55

6-
/// Response returned for Authorizer request if user is authenticated and authorized.
6+
/// Response returned for [`Authorizer`] request if user is authenticated and authorized.
77
#[derive(Debug, Clone)]
88
pub struct AuthResponse {
99
/// A `user_token` identifying the authenticated and authorized user.

0 commit comments

Comments
 (0)