Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthenticationType ¶
type AuthenticationType int
AuthenticationType is an enum of the various type of Authentication type used authenticate against tenant
const ( OAuth2 AuthenticationType = iota UsernamePassword DelegatedMachineCredential )
func (AuthenticationType) String ¶
func (r AuthenticationType) String() string
Click to show internal directories.
Click to hide internal directories.