pub async fn store_session(session: StoredSession) -> Result<(), SecretError>
Expand description
Write the given session to the secret backend.
Note that this overwrites any previously stored session with the same attributes.
pub async fn store_session(session: StoredSession) -> Result<(), SecretError>
Write the given session to the secret backend.
Note that this overwrites any previously stored session with the same attributes.