mirror of
https://github.com/OMGeeky/yup-oauth2.git
synced 2026-01-18 00:17:06 +01:00
Remove now irrelevant comment about ScopeSets
This commit is contained in:
committed by
GitHub
parent
6e4503f55e
commit
e9facaef5d
@@ -116,7 +116,6 @@ where
|
||||
#[async_trait]
|
||||
pub trait TokenStorage: Send + Sync {
|
||||
/// Store a token for the given set of scopes so that it can be retrieved later by get()
|
||||
/// ScopeSet implements Hash so that you can easily serialize and store it.
|
||||
/// TokenInfo can be serialized with serde.
|
||||
async fn set(&self, scopes: &[&str], token: TokenInfo) -> anyhow::Result<()>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user