supertokens-node
    Preparing search index...

    Variable getJWKS

    getJWKS: (
        userContext?: Record<string, any>,
    ) => Promise<{ keys: JsonWebKey[]; validityInSeconds?: number }> = SessionWrapper.getJWKS

    Type declaration

      • (
            userContext?: Record<string, any>,
        ): Promise<{ keys: JsonWebKey[]; validityInSeconds?: number }>
      • Parameters

        • OptionaluserContext: Record<string, any>

        Returns Promise<{ keys: JsonWebKey[]; validityInSeconds?: number }>