bitwarden_core::auth::login::access_token

Function load_tokens_from_state

source
fn load_tokens_from_state(
    client: &Client,
    state_file: &Path,
    access_token: &AccessToken,
) -> Result<Uuid, Error>