Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Credentials ¶
func CreateCredentials ¶
func CreateCredentials(clientID string, clientSecret string, tenantSpecificURL string) Credentials
type Secrets ¶
type Secrets struct {
// contains filtered or unexported fields
}
func (*Secrets) AddCredentials ¶
func (secrets *Secrets) AddCredentials(credentials Credentials) error
func (*Secrets) GetCredentials ¶
func (secrets *Secrets) GetCredentials() (Credentials, bool, error)
Click to show internal directories.
Click to hide internal directories.