Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetEmails ¶
func GetEmails() ([]integrations.Email, error)
GetEmails calls the Microsoft Graph API to get the user's emails.
Types ¶
type CustomAuthenticationProvider ¶
type CustomAuthenticationProvider struct {
// contains filtered or unexported fields
}
CustomAuthenticationProvider implements the AuthenticationProvider interface
func (*CustomAuthenticationProvider) AuthenticateRequest ¶
func (c *CustomAuthenticationProvider) AuthenticateRequest(ctx context.Context, requestInfo *abstractions.RequestInformation, additionalAuthenticationContext map[string]interface{}) error
AuthenticateRequest adds the Authorization header to the request
Click to show internal directories.
Click to hide internal directories.