Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UserClaims ¶
type UserCredential ¶
type UserCredentialCheck ¶
type UserPassport ¶
type UserRefreshCredential ¶
type UserRefreshCredential struct {
RefreshToken string `json:"refresh_token" form:"refresh_token"`
}
type UserRegisterReq ¶
type UserRegisterReq struct { Email string `db:"email" json:"emai" form:"email"` Password string `db:"password" json:"password" form:"password"` Username string `db:"username" json:"username" form:"username"` }
func (*UserRegisterReq) BcryptHashing ¶
func (obj *UserRegisterReq) BcryptHashing() error
func (*UserRegisterReq) IsEmail ¶
func (obj *UserRegisterReq) IsEmail() bool
type UserRemoveCredential ¶
type UserRemoveCredential struct {
OauthId string `json:"oauth_id" form:"oauth_id"`
}
Click to show internal directories.
Click to hide internal directories.