Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInternal = authapi.Error{CodeInt: http.StatusConflict, Message: "There was a problem"} CannotFindInvitationErr = authapi.Error{CodeInt: http.StatusNotFound, Message: "Cannot find invitation"} ErrPasswordsNotMatching = authapi.Error{CodeInt: http.StatusConflict, Message: "Passwords do not match"} ErrPasswordNotValid = authapi.Error{CodeInt: http.StatusConflict, Message: "Password is not in the required format"} ErrEmailAlreadyExists = authapi.Error{CodeInt: http.StatusConflict, Message: "The user already exists"} ErrAuth0Unknown = authapi.Error{CodeInt: http.StatusConflict, Message: "There was a problem registering with provider."} )
Functions ¶
Types ¶
type VerifyTokenResp ¶
type VerifyTokenResp struct {
Invitation authapi.Invitation `json:"invitation"`
}
Click to show internal directories.
Click to hide internal directories.