Documentation
¶
Index ¶
- type FetchUserInfoInput
- type GetConsentPageUrlOutput
- type JwtTokensOutput
- type LoginInput
- type RecoveryPasswordCache
- type RecoveryPasswordInput
- type RecoveryPasswordTemplateArgs
- type RegisterCache
- type RegisterConfirmInput
- type RegisterConfirmTemplateArgs
- type RegisterInput
- type ResetPasswordInput
- type SocialLoginCallbackInput
- type VerifyRecoveryCodeInput
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FetchUserInfoInput ¶
type FetchUserInfoInput struct {
Code string `json:"code" binding:"required"`
}
type GetConsentPageUrlOutput ¶
type JwtTokensOutput ¶
type LoginInput ¶
type RecoveryPasswordCache ¶
type RecoveryPasswordInput ¶
type RecoveryPasswordInput struct {
Email string `json:"email" format:"email" binding:"required,email"`
}
type RegisterCache ¶
type RegisterCache struct {
User RegisterInput `json:"user"`
OTP string `json:"otp"`
ExpiredAt time.Time `json:"expiredAt"`
}
type RegisterConfirmInput ¶
type RegisterInput ¶
type ResetPasswordInput ¶
type VerifyRecoveryCodeInput ¶
Click to show internal directories.
Click to hide internal directories.