Comparing version 4.15.0 to 4.16.0
@@ -0,1 +1,2 @@ | ||
import { Backchannel } from './backchannel.js'; | ||
import { AuthenticationClientOptions } from './base-auth-api.js'; | ||
@@ -14,3 +15,4 @@ import { Database } from './database.js'; | ||
passwordless: Passwordless; | ||
backchannel: Backchannel; | ||
constructor(options: AuthenticationClientOptions); | ||
} |
@@ -18,2 +18,3 @@ "use strict"; | ||
exports.AuthenticationClient = exports.AuthApiError = exports.IdTokenValidatorError = void 0; | ||
const backchannel_js_1 = require("./backchannel.js"); | ||
const database_js_1 = require("./database.js"); | ||
@@ -34,2 +35,3 @@ const oauth_js_1 = require("./oauth.js"); | ||
this.passwordless = new passwordless_js_1.Passwordless(options); | ||
this.backchannel = new backchannel_js_1.Backchannel(options); | ||
} | ||
@@ -36,0 +38,0 @@ } |
@@ -1,1 +0,1 @@ | ||
export declare const version = "4.15.0"; | ||
export declare const version = "4.16.0"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.version = void 0; | ||
exports.version = '4.15.0'; | ||
exports.version = '4.16.0'; | ||
//# sourceMappingURL=version.js.map |
@@ -0,1 +1,2 @@ | ||
import { Backchannel } from './backchannel.js'; | ||
import { AuthenticationClientOptions } from './base-auth-api.js'; | ||
@@ -14,3 +15,4 @@ import { Database } from './database.js'; | ||
passwordless: Passwordless; | ||
backchannel: Backchannel; | ||
constructor(options: AuthenticationClientOptions); | ||
} |
@@ -0,1 +1,2 @@ | ||
import { Backchannel } from './backchannel.js'; | ||
import { Database } from './database.js'; | ||
@@ -14,4 +15,5 @@ import { OAuth } from './oauth.js'; | ||
this.passwordless = new Passwordless(options); | ||
this.backchannel = new Backchannel(options); | ||
} | ||
} | ||
//# sourceMappingURL=index.js.map |
@@ -1,1 +0,1 @@ | ||
export declare const version = "4.15.0"; | ||
export declare const version = "4.16.0"; |
@@ -1,2 +0,2 @@ | ||
export const version = '4.15.0'; | ||
export const version = '4.16.0'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "auth0", | ||
"version": "4.15.0", | ||
"version": "4.16.0", | ||
"description": "SDK for Auth0 API v2", | ||
@@ -5,0 +5,0 @@ "main": "dist/cjs/index.js", |
@@ -40,3 +40,3 @@ ![Node.js client library for Auth0](https://cdn.auth0.com/website/sdks/banner/node-auth0-banner.png) | ||
const auth0 = new AuthenticationClient({ | ||
domain: '{YOUR_ACCOUNT}.auth0.com', | ||
domain: '{YOUR_TENANT_AND REGION}.auth0.com', | ||
clientId: '{OPTIONAL_CLIENT_ID}', | ||
@@ -43,0 +43,0 @@ clientSecret: '{OPTIONAL_CLIENT_SECRET}', |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
2677799
382
68653