thirdpartyemailpassword

package
v0.0.0-...-b59dafb Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 2, 2023 License: Apache-2.0 Imports: 21 Imported by: 0

Documentation

Index

Constants

View Source
const RECIPE_ID = "thirdpartyemailpassword"

Variables

This section is empty.

Functions

func AfterEach

func AfterEach()

func BeforeEach

func BeforeEach()
func CreateResetPasswordLink(tenantId string, userID string, userContext ...supertokens.UserContext) (epmodels.CreateResetPasswordLinkResponse, error)

func CreateResetPasswordToken

func CreateResetPasswordToken(tenantId string, userID string, userContext ...supertokens.UserContext) (epmodels.CreateResetPasswordTokenResponse, error)

func EmailPasswordSignIn

func EmailPasswordSignIn(tenantId string, email, password string, userContext ...supertokens.UserContext) (tpepmodels.SignInResponse, error)

func EmailPasswordSignUp

func EmailPasswordSignUp(tenantId string, email, password string, userContext ...supertokens.UserContext) (tpepmodels.SignUpResponse, error)

func GetUserById

func GetUserById(userID string, userContext ...supertokens.UserContext) (*tpepmodels.User, error)

func GetUserByThirdPartyInfo

func GetUserByThirdPartyInfo(tenantId string, thirdPartyID string, thirdPartyUserID string, userContext ...supertokens.UserContext) (*tpepmodels.User, error)

func GetUsersByEmail

func GetUsersByEmail(tenantId string, email string, userContext ...supertokens.UserContext) ([]tpepmodels.User, error)

func Init

func Init(config *tpepmodels.TypeInput) supertokens.Recipe

func ResetForTest

func ResetForTest()

func ResetPasswordUsingToken

func ResetPasswordUsingToken(tenantId string, token, newPassword string, userContext ...supertokens.UserContext) (epmodels.ResetPasswordUsingTokenResponse, error)

func SendEmail

func SendEmail(input emaildelivery.EmailType, userContext ...supertokens.UserContext) error

func SendResetPasswordEmail

func SendResetPasswordEmail(tenantId string, userID string, userContext ...supertokens.UserContext) (epmodels.SendResetPasswordEmailResponse, error)

func ThirdPartyGetProvider

func ThirdPartyGetProvider(tenantId string, thirdPartyID string, clientType *string, userContext ...supertokens.UserContext) (*tpmodels.TypeProvider, error)

func ThirdPartyManuallyCreateOrUpdateUser

func ThirdPartyManuallyCreateOrUpdateUser(tenantId string, thirdPartyID string, thirdPartyUserID string, email string, userContext ...supertokens.UserContext) (tpepmodels.ManuallyCreateOrUpdateUserResponse, error)

func UpdateEmailOrPassword

func UpdateEmailOrPassword(userId string, email *string, password *string, applyPasswordPolicy *bool, tenantIdForPasswordPolicy *string, userContext ...supertokens.UserContext) (epmodels.UpdateEmailOrPasswordResponse, error)

Types

type PostDataForCustomProvider

type PostDataForCustomProvider struct {
	ThirdPartyId string                 `json:"thirdPartyId"`
	OAuthTokens  map[string]interface{} `json:"oAuthTokens"`
}

type Recipe

type Recipe struct {
	RecipeModule supertokens.RecipeModule
	Config       tpepmodels.TypeNormalisedInput

	RecipeImpl             tpepmodels.RecipeInterface
	APIImpl                tpepmodels.APIInterface
	EmailDelivery          emaildelivery.Ingredient
	GetEmailPasswordRecipe func() *emailpassword.Recipe
	// contains filtered or unexported fields
}

func GetRecipeInstance

func GetRecipeInstance() *Recipe

func GetRecipeInstanceOrThrowError

func GetRecipeInstanceOrThrowError() (*Recipe, error)

func MakeRecipe

func MakeRecipe(recipeId string, appInfo supertokens.NormalisedAppinfo, config *tpepmodels.TypeInput, emailVerificationInstance *emailverification.Recipe, thirdPartyInstance *thirdparty.Recipe, emailPasswordInstance *emailpassword.Recipe, emailDeliveryIngredient *emaildelivery.Ingredient, onSuperTokensAPIError func(err error, req *http.Request, res http.ResponseWriter)) (Recipe, error)

Directories

Path Synopsis
emaildelivery

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL