supertokens-node
    Preparing search index...

    Type Alias APIOptions

    type APIOptions = {
        appInfo: NormalisedAppinfo;
        config: TypeNormalisedInput;
        emailDelivery: default<TypeWebauthnEmailDeliveryInput>;
        isInServerlessEnv: boolean;
        recipeId: string;
        recipeImplementation: RecipeInterface;
        req: BaseRequest;
        res: BaseResponse;
    }
    Index

    Properties

    appInfo: NormalisedAppinfo
    config: TypeNormalisedInput
    emailDelivery: default<TypeWebauthnEmailDeliveryInput>
    isInServerlessEnv: boolean
    recipeId: string
    recipeImplementation: RecipeInterface