Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrEmailAlreadyExists = authapi.Error{CodeInt: http.StatusConflict, Message: "The user already exists"} 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"} UnknownError = authapi.Error{CodeInt: http.StatusConflict, Message: "There was a problem registering."} ErrAuth0Unknown = authapi.Error{CodeInt: http.StatusConflict, Message: "There was a problem registering with provider."} )
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.