Documentation
¶
Index ¶
- type GraphHelper
- func (g *GraphHelper) GetAppToken() (*string, error)
- func (g *GraphHelper) GetInbox(userId string) (models.MessageCollectionResponseable, error)
- func (g *GraphHelper) GetUser(userId string) (models.Userable, error)
- func (g *GraphHelper) GetUsers(nextUrl *string) (models.UserCollectionResponseable, error)
- func (g *GraphHelper) InitializeGraphForAppAuth(tenantId, clientId, clientSecret string) error
- func (g *GraphHelper) SendMail(from *string, subject *string, body *string, recipient *string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GraphHelper ¶
type GraphHelper struct {
// contains filtered or unexported fields
}
func NewGraphHelper ¶
func NewGraphHelper() *GraphHelper
func (*GraphHelper) GetAppToken ¶
func (g *GraphHelper) GetAppToken() (*string, error)
func (*GraphHelper) GetInbox ¶
func (g *GraphHelper) GetInbox(userId string) (models.MessageCollectionResponseable, error)
func (*GraphHelper) GetUsers ¶
func (g *GraphHelper) GetUsers(nextUrl *string) (models.UserCollectionResponseable, error)
func (*GraphHelper) InitializeGraphForAppAuth ¶
func (g *GraphHelper) InitializeGraphForAppAuth(tenantId, clientId, clientSecret string) error
Click to show internal directories.
Click to hide internal directories.