Remove now irrelevant comment about ScopeSets

This commit is contained in:
Daniel Rodgers-Pryor
2021-03-26 20:48:06 +11:00
committed by GitHub
parent 6e4503f55e
commit e9facaef5d

View File

@@ -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<()>;