Versions in this module Expand all Collapse all v1 v1.1.0 Sep 1, 2020 Changes in this version + func CleanTokens(database *db.CredentialStore, clientName string) error + func PrintEnvVars(clientName string, tokenSet oidc.TokenResultSet) + func PrintJson(tokenSet oidc.TokenResultSet) + func Refresh(database *db.CredentialStore, clientName string, tokenSet oidc.TokenResultSet) (oidc.TokenResultSet, error) + func ShowTokens(database *db.CredentialStore, clientName string, exportToEnv bool, ...)