supertokens-node
    Preparing search index...

    Type Alias APIOptions

    type APIOptions = {
        config: TypeNormalisedInput;
        isInServerlessEnv: boolean;
        recipeId: string;
        recipeImplementation: RecipeInterface;
        req: BaseRequest;
        res: BaseResponse;
    }
    Index

    Properties

    config: TypeNormalisedInput
    isInServerlessEnv: boolean
    recipeId: string
    recipeImplementation: RecipeInterface