TokenCredentialOption is the type for any options that can be used to customize [WithTokenCredential], including things like using custom scopes.
func(*tokenCredentialConfig) error
| 98 | // TokenCredentialOption is the type for any options that can be used to customize |
| 99 | // [WithTokenCredential], including things like using custom scopes. |
| 100 | type TokenCredentialOption func(*tokenCredentialConfig) error |
| 101 | |
| 102 | // WithTokenCredentialScopes overrides the default scope used when requesting access tokens. |
| 103 | func WithTokenCredentialScopes(scopes []string) func(*tokenCredentialConfig) error { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…