UNPKG

auth0

Version:

Auth0 Node.js SDK for the Management API v2.

8 lines (7 loc) 290 B
export type BearerToken = string; declare function toAuthorizationHeader(token: string | undefined): string | undefined; export declare const BearerToken: { toAuthorizationHeader: typeof toAuthorizationHeader; fromAuthorizationHeader: (header: string) => BearerToken; }; export {};