Versions in this module Expand all Collapse all v1 v1.23.14 Apr 4, 2026 v1.23.13 Mar 26, 2026 Changes in this version + const Supported + func LogIn(authority, clientID, scope string) (string, error) + func LogInSilently(clientID string) (string, error) + func Logout(clientID string) error + func NewCredential(authority, clientID string, opts CredentialOptions) (azcore.TokenCredential, error) + func Shutdown() + type CredentialOptions struct + HomeAccountID string + NoPrompt bool