Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OAuthProviderOption ¶
type OAuthProviderOption struct {
Provider string `json:"provider"`
DisplayName string `json:"displayName"`
ClientID string `json:"clientID"`
URL string `json:"url"`
CallbackURL string `json:"callbackURL"`
LogoBlobKey string `json:"logoBlobKey"`
IsCustomProvider bool `json:"isCustomProvider"`
IsEnabled bool `json:"isEnabled"`
}
OAuthProviderOption represents an OAuth provider that can be used to authenticate
type OAuthUserProfile ¶
type OAuthUserProfile struct {
ID string `json:"id"`
Name string `json:"name"`
Email string `json:"email"`
}
OAuthUserProfile represents an OAuth user profile
type Recipient ¶
Recipient contains details of who is receiving the email
func NewRecipient ¶
NewRecipient creates a new Recipient
Click to show internal directories.
Click to hide internal directories.