Properties
Static FactorIds
FactorIds: { EMAILPASSWORD: string; LINK_EMAIL: string; LINK_PHONE: string; OTP_EMAIL: string; OTP_PHONE: string; THIRDPARTY: string; TOTP: string } = FactorIds
Type declaration
EMAILPASSWORD: string
LINK_EMAIL: string
LINK_PHONE: string
OTP_EMAIL: string
OTP_PHONE: string
THIRDPARTY: string
TOTP: string
Static MultiFactorAuthClaim
MultiFactorAuthClaim: MultiFactorAuthClaimClass = MultiFactorAuthClaim
Static init
init: ((config?: TypeInput) => RecipeListFunction) = Recipe.init
Type declaration
- (config?: TypeInput): RecipeListFunction
Parameters
Optional config: TypeInput
Returns RecipeListFunction