Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewSLogDebugWriter ¶
Types ¶
type ClientCache ¶
type ClientCache struct {
// contains filtered or unexported fields
}
func NewClientCache ¶
func NewClientCache(config ProxyConfig) (*ClientCache, error)
func (*ClientCache) Get ¶
func (cache *ClientCache) Get(ctx context.Context, tenantID, clientSecret, user string) (graph.GraphMailClient, []graph.User, error)
func (*ClientCache) Key ¶
func (cache *ClientCache) Key(tenantID, clientSecret string) string
type ProxyConfig ¶
func (ProxyConfig) CredOpts ¶
func (config ProxyConfig) CredOpts() (graph.CredentialOptions, error)
Click to show internal directories.
Click to hide internal directories.