Skip to main content

store_token

Function store_token 

Source
pub async fn store_token(
    storage: &dyn StorageBackend,
    token: &str,
    entry: &TokenEntry,
) -> Result<(), StorageError>