Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrLoginTimeout = errors.New("timed out")
Functions ¶
func GenerateLoginOTP ¶ added in v0.0.36
Types ¶
type LoginResult ¶
func PollForLoginCompletion ¶ added in v0.0.36
type OTPCompleteResponse ¶ added in v0.0.36
type OTPStartResponse ¶ added in v0.0.36
type Organization ¶ added in v0.0.69
type User ¶ added in v0.0.36
type User struct {
FirstName string `json:"firstName"`
LastName string `json:"lastName"`
Organizations []Organization `json:"organizations"`
}
type UserResponse ¶ added in v0.0.36
Click to show internal directories.
Click to hide internal directories.