supertokens-node
    Preparing search index...
    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    init: (config?: TypeInput) => RecipeListFunction = OpenIdRecipe.init

    Methods

    • Parameters

      • OptionaluserContext: Record<string, any>

      Returns Promise<
          {
              authorization_endpoint: string;
              end_session_endpoint: string;
              id_token_signing_alg_values_supported: string[];
              issuer: string;
              jwks_uri: string;
              response_types_supported: string[];
              revocation_endpoint: string;
              status: "OK";
              subject_types_supported: string[];
              token_endpoint: string;
              token_introspection_endpoint: string;
              userinfo_endpoint: string;
          },
      >