Documentation ¶
Index ¶
- func EmailExists(apiImplementation epmodels.APIInterface, tenantId string, ...) error
- func GeneratePasswordResetToken(apiImplementation epmodels.APIInterface, tenantId string, ...) error
- func GetPasswordResetLink(appInfo supertokens.NormalisedAppinfo, recipeID string, token string, ...) (string, error)
- func MakeAPIImplementation() epmodels.APIInterface
- func PasswordReset(apiImplementation epmodels.APIInterface, tenantId string, ...) error
- func SignInAPI(apiImplementation epmodels.APIInterface, tenantId string, ...) error
- func SignUpAPI(apiImplementation epmodels.APIInterface, tenantId string, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EmailExists ¶
func EmailExists(apiImplementation epmodels.APIInterface, tenantId string, options epmodels.APIOptions, userContext supertokens.UserContext) error
func GeneratePasswordResetToken ¶
func GeneratePasswordResetToken(apiImplementation epmodels.APIInterface, tenantId string, options epmodels.APIOptions, userContext supertokens.UserContext) error
func GetPasswordResetLink ¶ added in v0.13.0
func GetPasswordResetLink(appInfo supertokens.NormalisedAppinfo, recipeID string, token string, tenantId string, request *http.Request, userContext supertokens.UserContext) (string, error)
func MakeAPIImplementation ¶
func MakeAPIImplementation() epmodels.APIInterface
func PasswordReset ¶
func PasswordReset(apiImplementation epmodels.APIInterface, tenantId string, options epmodels.APIOptions, userContext supertokens.UserContext) error
func SignInAPI ¶
func SignInAPI(apiImplementation epmodels.APIInterface, tenantId string, options epmodels.APIOptions, userContext supertokens.UserContext) error
func SignUpAPI ¶
func SignUpAPI(apiImplementation epmodels.APIInterface, tenantId string, options epmodels.APIOptions, userContext supertokens.UserContext) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.