fractal::secret::linux

Function 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.