UNPKG

auth0

Version:

Auth0 Node.js SDK for the Management API v2.

10 lines (9 loc) 195 B
/** * Request parameters for authentication requests. */ export interface AuthRequest { /** * The headers to be included in the request. */ headers: Record<string, string>; }