pub fn cache_token_from_commandline(
    config: &Config,
    sid: &SourceId,
    token: Secret<&str>
)
Expand description

Store a token in the cache for future calls.