Documentation ¶
Index ¶
- func ConsumeCode(apiImplementation plessmodels.APIInterface, tenantId string, ...) error
- func CreateCode(apiImplementation plessmodels.APIInterface, tenantId string, ...) error
- func DoesEmailExist(apiImplementation plessmodels.APIInterface, tenantId string, ...) error
- func DoesPhoneNumberExist(apiImplementation plessmodels.APIInterface, tenantId string, ...) error
- func GetMagicLink(appInfo supertokens.NormalisedAppinfo, preAuthSessionID string, ...) (string, error)
- func MakeAPIImplementation() plessmodels.APIInterface
- func ResendCode(apiImplementation plessmodels.APIInterface, tenantId string, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConsumeCode ¶
func ConsumeCode(apiImplementation plessmodels.APIInterface, tenantId string, options plessmodels.APIOptions, userContext supertokens.UserContext) error
func CreateCode ¶
func CreateCode(apiImplementation plessmodels.APIInterface, tenantId string, options plessmodels.APIOptions, userContext supertokens.UserContext) error
func DoesEmailExist ¶
func DoesEmailExist(apiImplementation plessmodels.APIInterface, tenantId string, options plessmodels.APIOptions, userContext supertokens.UserContext) error
func DoesPhoneNumberExist ¶
func DoesPhoneNumberExist(apiImplementation plessmodels.APIInterface, tenantId string, options plessmodels.APIOptions, userContext supertokens.UserContext) error
func GetMagicLink ¶ added in v0.13.0
func GetMagicLink(appInfo supertokens.NormalisedAppinfo, preAuthSessionID string, linkCode string, tenantId string, request *http.Request, userContext supertokens.UserContext) (string, error)
func MakeAPIImplementation ¶
func MakeAPIImplementation() plessmodels.APIInterface
func ResendCode ¶
func ResendCode(apiImplementation plessmodels.APIInterface, tenantId string, options plessmodels.APIOptions, userContext supertokens.UserContext) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.