MCPcopy Create free account
hub / github.com/auth0/auth0-cli / GetClientSecret

Function GetClientSecret

internal/keyring/keyring.go:28–30  ·  view source on GitHub ↗

GetClientSecret retrieves a tenant's client secret from the system keyring.

(tenant string)

Source from the content-addressed store, hash-verified

26
27// GetClientSecret retrieves a tenant's client secret from the system keyring.
28func GetClientSecret(tenant string) (string, error) {
29 return keyring.Get(secretClientSecret, tenant)
30}
31
32// DeleteSecretsForTenant deletes all secrets for a given tenant.
33func DeleteSecretsForTenant(tenant string) error {

Callers 2

RegenerateAccessTokenMethod · 0.92
TestSecretsFunction · 0.85

Calls 1

GetMethod · 0.80

Tested by 1

TestSecretsFunction · 0.68