pub(crate) fn get(
state_file: &Path,
access_token: &AccessToken,
) -> Result<ClientState, StateFileError>
Expand description
Reads, parses and decrypts a state file using the provided access token.
pub(crate) fn get(
state_file: &Path,
access_token: &AccessToken,
) -> Result<ClientState, StateFileError>
Reads, parses and decrypts a state file using the provided access token.