Function fractal::secret::linux::store_session

source ยท
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.