supertokens-node
    Preparing search index...

    Type Alias APIOptions

    type APIOptions = {
        allAvailableFirstFactors: string[];
        config: TypeNormalisedInput;
        isInServerlessEnv: boolean;
        recipeId: string;
        recipeImplementation: RecipeInterface;
        req: BaseRequest;
        res: BaseResponse;
        staticFirstFactors: string[] | undefined;
        staticThirdPartyProviders: ProviderInput[];
    }
    Index

    Properties

    allAvailableFirstFactors: string[]
    config: TypeNormalisedInput
    isInServerlessEnv: boolean
    recipeId: string
    recipeImplementation: RecipeInterface
    staticFirstFactors: string[] | undefined
    staticThirdPartyProviders: ProviderInput[]