Documentation ¶
Index ¶
Constants ¶
View Source
const (
NuntioOAuth2 = "https://oauth2.nuntio.io/"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Google ¶
type Google struct {
// contains filtered or unexported fields
}
func (*Google) RedirectUrl ¶
type GoogleUserClaim ¶
type Nuntio ¶
type Nuntio struct {
// contains filtered or unexported fields
}
func (*Nuntio) RedirectUrl ¶
type NuntioUserClaim ¶
type NuntioUserClaim struct { Id string `json:"id"` Email string `json:"email"` FirstName string `json:"first_name"` LastName string `json:"last_name"` Gender int32 `json:"gender"` Birthday time.Time `json:"birthday"` Address string `json:"address"` City string `json:"city"` ZipCode string `json:"zip_code"` Country string `json:"country"` SsnHash string `json:"ssn"` }
Click to show internal directories.
Click to hide internal directories.