mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-10 20:41:59 +00:00
Update verify_access_token doc comment
This commit is contained in:
parent
9f04fd9019
commit
93d068a746
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@ pub struct VerifyAccessTokenResult {
|
|||
pub impersonator_id: Option<UserId>,
|
||||
}
|
||||
|
||||
/// verify access token returns true if the given token is valid for the given user.
|
||||
/// Checks that the given access token is valid for the given user.
|
||||
pub async fn verify_access_token(
|
||||
token: &str,
|
||||
user_id: UserId,
|
||||
|
|
Loading…
Reference in a new issue