Skip to main content

store_tokens

Function store_tokens 

Source
pub fn store_tokens(
    access_token: &str,
    refresh_token: Option<&str>,
    expires_in: Option<u64>,
) -> Result<()>
Expand description

Store OAuth tokens (file-based storage with fallback to secure storage)