Deployed the page to Github Pages.
This commit is contained in:
parent
1d79754e93
commit
2c89899458
62797 changed files with 6551425 additions and 15279 deletions
17
node_modules/@firebase/auth/dist/node/test/integration/flows/anonymous.test.d.ts
generated
vendored
Normal file
17
node_modules/@firebase/auth/dist/node/test/integration/flows/anonymous.test.d.ts
generated
vendored
Normal file
|
@ -0,0 +1,17 @@
|
|||
/**
|
||||
* @license
|
||||
* Copyright 2020 Google LLC
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
export {};
|
17
node_modules/@firebase/auth/dist/node/test/integration/flows/custom.local.test.d.ts
generated
vendored
Normal file
17
node_modules/@firebase/auth/dist/node/test/integration/flows/custom.local.test.d.ts
generated
vendored
Normal file
|
@ -0,0 +1,17 @@
|
|||
/**
|
||||
* @license
|
||||
* Copyright 2020 Google LLC
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
export {};
|
17
node_modules/@firebase/auth/dist/node/test/integration/flows/email.test.d.ts
generated
vendored
Normal file
17
node_modules/@firebase/auth/dist/node/test/integration/flows/email.test.d.ts
generated
vendored
Normal file
|
@ -0,0 +1,17 @@
|
|||
/**
|
||||
* @license
|
||||
* Copyright 2020 Google LLC
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
export {};
|
17
node_modules/@firebase/auth/dist/node/test/integration/flows/firebaseserverapp.test.d.ts
generated
vendored
Normal file
17
node_modules/@firebase/auth/dist/node/test/integration/flows/firebaseserverapp.test.d.ts
generated
vendored
Normal file
|
@ -0,0 +1,17 @@
|
|||
/**
|
||||
* @license
|
||||
* Copyright 2024 Google LLC
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
export {};
|
17
node_modules/@firebase/auth/dist/node/test/integration/flows/idp.local.test.d.ts
generated
vendored
Normal file
17
node_modules/@firebase/auth/dist/node/test/integration/flows/idp.local.test.d.ts
generated
vendored
Normal file
|
@ -0,0 +1,17 @@
|
|||
/**
|
||||
* @license
|
||||
* Copyright 2021 Google LLC
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
export {};
|
18
node_modules/@firebase/auth/dist/node/test/integration/flows/middleware_test_generator.d.ts
generated
vendored
Normal file
18
node_modules/@firebase/auth/dist/node/test/integration/flows/middleware_test_generator.d.ts
generated
vendored
Normal file
|
@ -0,0 +1,18 @@
|
|||
/**
|
||||
* @license
|
||||
* Copyright 2022 Google LLC
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
import { Auth } from '@firebase/auth';
|
||||
export declare function generateMiddlewareTests(authGetter: () => Auth, signIn: () => Promise<unknown>): void;
|
17
node_modules/@firebase/auth/dist/node/test/integration/flows/oob.local.test.d.ts
generated
vendored
Normal file
17
node_modules/@firebase/auth/dist/node/test/integration/flows/oob.local.test.d.ts
generated
vendored
Normal file
|
@ -0,0 +1,17 @@
|
|||
/**
|
||||
* @license
|
||||
* Copyright 2020 Google LLC
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
export {};
|
17
node_modules/@firebase/auth/dist/node/test/integration/flows/password_policy.test.d.ts
generated
vendored
Normal file
17
node_modules/@firebase/auth/dist/node/test/integration/flows/password_policy.test.d.ts
generated
vendored
Normal file
|
@ -0,0 +1,17 @@
|
|||
/**
|
||||
* @license
|
||||
* Copyright 2023 Google LLC
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
export {};
|
17
node_modules/@firebase/auth/dist/node/test/integration/flows/phone.test.d.ts
generated
vendored
Normal file
17
node_modules/@firebase/auth/dist/node/test/integration/flows/phone.test.d.ts
generated
vendored
Normal file
|
@ -0,0 +1,17 @@
|
|||
/**
|
||||
* @license
|
||||
* Copyright 2020 Google LLC
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
export {};
|
17
node_modules/@firebase/auth/dist/node/test/integration/flows/recaptcha_enterprise.test.d.ts
generated
vendored
Normal file
17
node_modules/@firebase/auth/dist/node/test/integration/flows/recaptcha_enterprise.test.d.ts
generated
vendored
Normal file
|
@ -0,0 +1,17 @@
|
|||
/**
|
||||
* @license
|
||||
* Copyright 2024 Google LLC
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
export {};
|
17
node_modules/@firebase/auth/dist/node/test/integration/flows/totp.test.d.ts
generated
vendored
Normal file
17
node_modules/@firebase/auth/dist/node/test/integration/flows/totp.test.d.ts
generated
vendored
Normal file
|
@ -0,0 +1,17 @@
|
|||
/**
|
||||
* @license
|
||||
* Copyright 2022 Google LLC
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
export {};
|
17
node_modules/@firebase/auth/dist/node/test/integration/webdriver/anonymous.test.d.ts
generated
vendored
Normal file
17
node_modules/@firebase/auth/dist/node/test/integration/webdriver/anonymous.test.d.ts
generated
vendored
Normal file
|
@ -0,0 +1,17 @@
|
|||
/**
|
||||
* @license
|
||||
* Copyright 2020 Google LLC
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
export {};
|
17
node_modules/@firebase/auth/dist/node/test/integration/webdriver/compat/firebaseui.test.d.ts
generated
vendored
Normal file
17
node_modules/@firebase/auth/dist/node/test/integration/webdriver/compat/firebaseui.test.d.ts
generated
vendored
Normal file
|
@ -0,0 +1,17 @@
|
|||
/**
|
||||
* @license
|
||||
* Copyright 2021 Google LLC
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
export {};
|
17
node_modules/@firebase/auth/dist/node/test/integration/webdriver/persistence.test.d.ts
generated
vendored
Normal file
17
node_modules/@firebase/auth/dist/node/test/integration/webdriver/persistence.test.d.ts
generated
vendored
Normal file
|
@ -0,0 +1,17 @@
|
|||
/**
|
||||
* @license
|
||||
* Copyright 2021 Google LLC
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
export {};
|
17
node_modules/@firebase/auth/dist/node/test/integration/webdriver/popup.test.d.ts
generated
vendored
Normal file
17
node_modules/@firebase/auth/dist/node/test/integration/webdriver/popup.test.d.ts
generated
vendored
Normal file
|
@ -0,0 +1,17 @@
|
|||
/**
|
||||
* @license
|
||||
* Copyright 2021 Google LLC
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
export {};
|
17
node_modules/@firebase/auth/dist/node/test/integration/webdriver/redirect.test.d.ts
generated
vendored
Normal file
17
node_modules/@firebase/auth/dist/node/test/integration/webdriver/redirect.test.d.ts
generated
vendored
Normal file
|
@ -0,0 +1,17 @@
|
|||
/**
|
||||
* @license
|
||||
* Copyright 2021 Google LLC
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
export {};
|
46
node_modules/@firebase/auth/dist/node/test/integration/webdriver/util/auth_driver.d.ts
generated
vendored
Normal file
46
node_modules/@firebase/auth/dist/node/test/integration/webdriver/util/auth_driver.d.ts
generated
vendored
Normal file
|
@ -0,0 +1,46 @@
|
|||
/**
|
||||
* @license
|
||||
* Copyright 2020 Google LLC
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
import { Auth, User, Persistence } from '@firebase/auth';
|
||||
import { WebDriver } from 'selenium-webdriver';
|
||||
export declare const START_FUNCTION = "startAuth";
|
||||
/** Helper wrapper around the WebDriver object */
|
||||
export declare class AuthDriver {
|
||||
webDriver: WebDriver;
|
||||
start(browser: string): Promise<void>;
|
||||
stop(): Promise<void>;
|
||||
call<T>(fn: string, ...args: unknown[]): Promise<T>;
|
||||
callNoWait(fn: string, ...args: unknown[]): Promise<void>;
|
||||
getAuthSnapshot(): Promise<Auth>;
|
||||
getUserSnapshot(): Promise<User>;
|
||||
reset(): Promise<void>;
|
||||
goToTestPage(): Promise<void>;
|
||||
waitForAuthInit(): Promise<void>;
|
||||
waitForLegacyAuthInit(): Promise<void>;
|
||||
reinitOnRedirect(): Promise<void>;
|
||||
pause(ms: number): Promise<void>;
|
||||
refresh(): Promise<void>;
|
||||
private injectConfig;
|
||||
injectConfigAndInitAuth(): Promise<void>;
|
||||
injectConfigAndInitLegacySDK(persistence?: Persistence['type']): Promise<void>;
|
||||
selectPopupWindow(): Promise<void>;
|
||||
selectMainWindow(options?: {
|
||||
noWait?: boolean;
|
||||
}): Promise<void>;
|
||||
closePopup(): Promise<void>;
|
||||
closeExtraWindows(): Promise<void>;
|
||||
isCompatLayer(): boolean;
|
||||
}
|
81
node_modules/@firebase/auth/dist/node/test/integration/webdriver/util/functions.d.ts
generated
vendored
Normal file
81
node_modules/@firebase/auth/dist/node/test/integration/webdriver/util/functions.d.ts
generated
vendored
Normal file
|
@ -0,0 +1,81 @@
|
|||
/**
|
||||
* @license
|
||||
* Copyright 2020 Google LLC
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
/** Available in the browser. See static/anonymous.js */
|
||||
export declare enum AnonFunction {
|
||||
SIGN_IN_ANONYMOUSLY = "anonymous.anonymousSignIn"
|
||||
}
|
||||
/** Available redirect functions. See static/redirect.js */
|
||||
export declare enum RedirectFunction {
|
||||
IDP_REDIRECT = "redirect.idpRedirect",
|
||||
IDP_REAUTH_REDIRECT = "redirect.idpReauthRedirect",
|
||||
IDP_LINK_REDIRECT = "redirect.idpLinkRedirect",
|
||||
REDIRECT_RESULT = "redirect.redirectResult",
|
||||
GENERATE_CREDENTIAL_FROM_RESULT = "redirect.generateCredentialFromRedirectResultAndStore",
|
||||
SIGN_IN_WITH_REDIRECT_CREDENTIAL = "redirect.signInWithRedirectCredential",
|
||||
LINK_WITH_ERROR_CREDENTIAL = "redirect.linkWithErrorCredential",
|
||||
CREATE_FAKE_GOOGLE_USER = "redirect.createFakeGoogleUser",
|
||||
TRY_TO_SIGN_IN_UNVERIFIED = "redirect.tryToSignInUnverified"
|
||||
}
|
||||
/** Available popup functions. See static/popup.js */
|
||||
export declare enum PopupFunction {
|
||||
IDP_POPUP = "popup.idpPopup",
|
||||
IDP_REAUTH_POPUP = "popup.idpReauthPopup",
|
||||
IDP_LINK_POPUP = "popup.idpLinkPopup",
|
||||
POPUP_RESULT = "popup.popupResult",
|
||||
GENERATE_CREDENTIAL_FROM_RESULT = "popup.generateCredentialFromResult",
|
||||
SIGN_IN_WITH_POPUP_CREDENTIAL = "popup.signInWithPopupCredential",
|
||||
LINK_WITH_ERROR_CREDENTIAL = "popup.linkWithErrorCredential",
|
||||
CREATE_FAKE_GOOGLE_USER = "popup.createFakeGoogleUser",
|
||||
TRY_TO_SIGN_IN_UNVERIFIED = "popup.tryToSignInUnverified"
|
||||
}
|
||||
/** Available email functions. See static/email.js */
|
||||
export declare enum EmailFunction {
|
||||
CREATE_USER = "email.createUser"
|
||||
}
|
||||
/** Available core functions within the browser. See static/core.js */
|
||||
export declare enum CoreFunction {
|
||||
RESET = "core.reset",
|
||||
AWAIT_AUTH_INIT = "core.authInit",
|
||||
USER_SNAPSHOT = "core.userSnap",
|
||||
AUTH_SNAPSHOT = "core.authSnap",
|
||||
SIGN_OUT = "core.signOut",
|
||||
AWAIT_LEGACY_AUTH_INIT = "core.legacyAuthInit",
|
||||
LEGACY_USER_SNAPSHOT = "core.legacyUserSnap"
|
||||
}
|
||||
/** Available persistence functions within the browser. See static/persistence.js */
|
||||
export declare enum PersistenceFunction {
|
||||
CLEAR_PERSISTENCE = "persistence.clearPersistence",
|
||||
LOCAL_STORAGE_SNAP = "persistence.localStorageSnap",
|
||||
LOCAL_STORAGE_SET = "persistence.localStorageSet",
|
||||
SESSION_STORAGE_SNAP = "persistence.sessionStorageSnap",
|
||||
SESSION_STORAGE_SET = "persistence.sessionStorageSet",
|
||||
INDEXED_DB_SNAP = "persistence.indexedDBSnap",
|
||||
MAKE_INDEXED_DB_READONLY = "persistence.makeIndexedDBReadonly",
|
||||
SET_PERSISTENCE_MEMORY = "persistence.setPersistenceMemory",
|
||||
SET_PERSISTENCE_SESSION = "persistence.setPersistenceSession",
|
||||
SET_PERSISTENCE_INDEXED_DB = "persistence.setPersistenceIndexedDB",
|
||||
SET_PERSISTENCE_LOCAL_STORAGE = "persistence.setPersistenceLocalStorage"
|
||||
}
|
||||
export declare enum MiddlewareFunction {
|
||||
ATTACH_BLOCKING_MIDDLEWARE = "middleware.attachBlockingMiddleware",
|
||||
ATTACH_BLOCKING_MIDDLEWARE_ON_START = "middleware.attachBlockingMiddlewareOnStart"
|
||||
}
|
||||
/** Available firebase UI functions (only for compat tests) */
|
||||
export declare enum UiFunction {
|
||||
LOAD = "ui.loadUiCode",
|
||||
START = "ui.startUi"
|
||||
}
|
31
node_modules/@firebase/auth/dist/node/test/integration/webdriver/util/idp_page.d.ts
generated
vendored
Normal file
31
node_modules/@firebase/auth/dist/node/test/integration/webdriver/util/idp_page.d.ts
generated
vendored
Normal file
|
@ -0,0 +1,31 @@
|
|||
/**
|
||||
* @license
|
||||
* Copyright 2020 Google LLC
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
import { WebDriver } from 'selenium-webdriver';
|
||||
export declare class IdPPage {
|
||||
private readonly driver;
|
||||
static PAGE_TITLE: string;
|
||||
constructor(driver: WebDriver);
|
||||
pageLoad(): Promise<void>;
|
||||
clickAddAccount(): Promise<void>;
|
||||
clickSignIn(): Promise<void>;
|
||||
selectExistingAccountByEmail(email: string): Promise<void>;
|
||||
fillEmail(email: string): Promise<void>;
|
||||
fillDisplayName(displayName: string): Promise<void>;
|
||||
fillScreenName(screenName: string): Promise<void>;
|
||||
fillProfilePhoto(profilePhoto: string): Promise<void>;
|
||||
private fillInput;
|
||||
}
|
25
node_modules/@firebase/auth/dist/node/test/integration/webdriver/util/js_load_condition.d.ts
generated
vendored
Normal file
25
node_modules/@firebase/auth/dist/node/test/integration/webdriver/util/js_load_condition.d.ts
generated
vendored
Normal file
|
@ -0,0 +1,25 @@
|
|||
/**
|
||||
* @license
|
||||
* Copyright 2020 Google LLC
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
import { Condition } from 'selenium-webdriver';
|
||||
/**
|
||||
* A condition that looks for the presence of a specified function. This is
|
||||
* used with WebDriver .wait() as a proxy for determining when the JS has
|
||||
* finished loading in a page.
|
||||
*/
|
||||
export declare class JsLoadCondition extends Condition<boolean> {
|
||||
constructor(globalValue: string);
|
||||
}
|
19
node_modules/@firebase/auth/dist/node/test/integration/webdriver/util/test_runner.d.ts
generated
vendored
Normal file
19
node_modules/@firebase/auth/dist/node/test/integration/webdriver/util/test_runner.d.ts
generated
vendored
Normal file
|
@ -0,0 +1,19 @@
|
|||
/**
|
||||
* @license
|
||||
* Copyright 2020 Google LLC
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
import { AuthDriver } from './auth_driver';
|
||||
/** Main entry point for all WebDriver tests */
|
||||
export declare function browserDescribe(title: string, generator: (driver: AuthDriver, browser: string) => void): void;
|
27
node_modules/@firebase/auth/dist/node/test/integration/webdriver/util/test_server.d.ts
generated
vendored
Normal file
27
node_modules/@firebase/auth/dist/node/test/integration/webdriver/util/test_server.d.ts
generated
vendored
Normal file
|
@ -0,0 +1,27 @@
|
|||
/**
|
||||
* @license
|
||||
* Copyright 2020 Google LLC
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
/** Simple express server for serving up the static files for testing */
|
||||
declare class AuthTestServer {
|
||||
private app;
|
||||
private server;
|
||||
constructor();
|
||||
get address(): string;
|
||||
start(): Promise<void>;
|
||||
stop(): void;
|
||||
}
|
||||
export declare const authTestServer: AuthTestServer;
|
||||
export {};
|
33
node_modules/@firebase/auth/dist/node/test/integration/webdriver/util/ui_page.d.ts
generated
vendored
Normal file
33
node_modules/@firebase/auth/dist/node/test/integration/webdriver/util/ui_page.d.ts
generated
vendored
Normal file
|
@ -0,0 +1,33 @@
|
|||
/**
|
||||
* @license
|
||||
* Copyright 2021 Google LLC
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
import { WebDriver } from 'selenium-webdriver';
|
||||
export declare class UiPage {
|
||||
private readonly driver;
|
||||
constructor(driver: WebDriver);
|
||||
clickGuestSignIn(): Promise<void>;
|
||||
clickGoogleSignIn(): Promise<void>;
|
||||
clickPhoneSignIn(): Promise<void>;
|
||||
clickEmailSignIn(): Promise<void>;
|
||||
clickSubmit(): Promise<void>;
|
||||
enterPhoneNumber(phoneNumber: string): Promise<void>;
|
||||
waitForCodeInputToBePresent(): Promise<void>;
|
||||
enterPhoneCode(code: string): Promise<void>;
|
||||
enterEmail(email: string): Promise<void>;
|
||||
enterEmailDisplayName(name: string): Promise<void>;
|
||||
enterPassword(name: string): Promise<void>;
|
||||
private fillInput;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue