Documentation ¶
Index ¶
- func DeleteSecretsForTenant(tenant string) error
- func GetAccessToken(tenant string) (string, error)
- func GetClientSecret(tenant string) (string, error)
- func GetRefreshToken(tenant string) (string, error)
- func StoreAccessToken(tenant, value string) error
- func StoreClientSecret(tenant, value string) error
- func StoreRefreshToken(tenant, value string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteSecretsForTenant ¶
DeleteSecretsForTenant deletes all secrets for a given tenant.
func GetAccessToken ¶
func GetClientSecret ¶
GetClientSecret retrieves a tenant's client secret from the system keyring.
func GetRefreshToken ¶
GetRefreshToken retrieves a tenant's refresh token from the system keyring.
func StoreAccessToken ¶
func StoreClientSecret ¶
StoreClientSecret stores a tenant's client secret in the system keyring.
func StoreRefreshToken ¶
StoreRefreshToken stores a tenant's refresh token in the system keyring.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.