MCPcopy Create free account

hub / github.com/bitwarden/clients / functions

Functions15,467 in github.com/bitwarden/clients

↓ 6 callersMethodgetAutofillFieldElementByOpid
(opid: string)
apps/browser/src/autofill/services/abstractions/collect-autofill-content.service.ts:21
↓ 6 callersMethodgetBiometricsStatus
* Get the status of biometrics for the platform. Biometrics status for the platform can be one of: * - Available: Biometrics are available and can
apps/desktop/src/key-management/biometrics/main-biometrics.service.ts:63
↓ 6 callersMethodgetBiometricsStatusForUser
* Get the status of biometric unlock for a specific user. For this, biometric unlock needs to be set up for the user in the settings. * Next, biome
apps/desktop/src/key-management/biometrics/main-biometrics.service.ts:85
↓ 6 callersMethodgetEncryptService
* @throws Will throw if EncryptService was not instantiated and provided to the ContainerService constructor
libs/common/src/platform/services/container.service.ts:32
↓ 6 callersMethodgetExtensionViews
* Gets the extension views that match the given properties. This method is not * available within background service worker. As a result, it will r
apps/browser/src/platform/browser/browser-api.ts:488
↓ 6 callersMethodgetIconsUrl
()
libs/common/src/platform/abstractions/environment.service.ts:70
↓ 6 callersMethodgetInvitePolicies
(invite: OrganizationInvite)
libs/common/src/auth/organization-invite/default-organization-invite.service.ts:110
↓ 6 callersMethodgetKdfConfig
(userId: UserId)
libs/key-management/src/kdf-config.service.ts:40
↓ 6 callersMethodgetKeys
* Retrieves all storage keys. * * Returns all keys stored in local storage when the browser supports the getKeys API (Chrome 130+). * Returns
apps/browser/src/platform/services/browser-local-storage.service.ts:26
↓ 6 callersMethodgetKnownUserIds
* Helper method to read known users ids.
libs/state/src/state-migrations/migration-helper.ts:174
↓ 6 callersFunctiongetLookupKeyForUser
(userId: UserId)
apps/desktop/src/key-management/biometrics/os-biometrics-mac.service.ts:13
↓ 6 callersMethodgetOptions
()
libs/tools/generator/extensions/legacy/src/legacy-username-generation.service.ts:181
↓ 6 callersMethodgetPasswordStrength
* Calculates a password strength score using zxcvbn. * @param password The password to calculate the strength of. * @param emailInput An unparse
libs/common/src/tools/password-strength/password-strength.service.ts:14
↓ 6 callersMethodgetPlans
()
libs/common/src/services/api.service.ts:778
↓ 6 callersMethodgetSecureStorageOptions
(userId: UserId)
libs/common/src/auth/services/token.service.ts:1228
↓ 6 callersMethodgetTreeNodeObjectFromList
* Searches an array of tree nodes for a node with a matching `id` * @param {TreeNode<T extends ITreeNodeObject>} nodeTree - An array of TreeNode br
libs/common/src/vault/service-utils.ts:101
↓ 6 callersMethodgetUsesKeyConnector
(userId: UserId)
libs/common/src/key-management/key-connector/services/key-connector.service.ts:127
↓ 6 callersFunctiongetWebCryptoFunctionService
()
libs/common/src/key-management/crypto/services/web-crypto-function.service.spec.ts:392
↓ 6 callersMethodhandleEvent
(event: ClearEvent, userId: UserId)
libs/state-internal/src/default-state-event-runner.service.ts:33
↓ 6 callersMethodhash
( value: string | Uint8Array, algorithm: "sha1" | "sha256" | "sha512" | "md5", )
libs/common/src/key-management/crypto/services/web-crypto-function.service.ts:117
↓ 6 callersMethodhashMasterKey
* @deprecated Please use `makeMasterPasswordAuthenticationData` in {@link MasterPasswordService} instead.
libs/key-management/src/key.service.ts:288
↓ 6 callersMethodinSidebar
* Identifies if the popup is within the sidebar. * * @param win - The passed window object.
apps/browser/src/platform/browser/browser-popup-utils.ts:30
↓ 6 callersMethodinit
()
apps/browser/src/platform/offscreen-document/abstractions/offscreen-document.ts:19
↓ 6 callersMethodisActive
()
libs/components/src/table/sortable.component.ts:91
↓ 6 callersMethodisCloud
* Identify if the region is a cloud environment. * * @returns true if the environment is a cloud environment, false otherwise.
libs/common/src/platform/abstractions/environment.service.ts:66
↓ 6 callersFunctionisCoreProfile
( value: ProfileMetadata<Options>, )
libs/tools/generator/core/src/metadata/util.ts:62
↓ 6 callersFunctionisLinux
()
apps/desktop/src/utils.ts:7
↓ 6 callersMethodisSelected
Helper method for showing selected state in custom template
libs/components/src/multi-select/multi-select.component.ts:134
↓ 6 callersMethodisTotpField
(field: AutofillField)
apps/browser/src/autofill/services/abstractions/inline-menu-field-qualifications.service.ts:40
↓ 6 callersFunctionisVersionEnvelope
(value: unknown)
bitwarden_license/bit-common/src/dirt/access-intelligence/services/abstractions/versioning.service.ts:28
↓ 6 callersMethoditemIcon
(type: ApItemEnum)
bitwarden_license/bit-web/src/app/secrets-manager/shared/access-policies/access-policy-selector/models/enums/ap-item.enum.ts:11
↓ 6 callersMethodlabel
The label to show in the chip button
libs/components/src/chips/chip-filter/chip-filter.component.ts:184
↓ 6 callersMethodlistPendingRequests
(organizationId: string)
bitwarden_license/bit-common/src/admin-console/auth-requests/organization-auth-request.service.ts:31
↓ 6 callersMethodload
()
apps/desktop/src/services/main-sdk-load-service.ts:5
↓ 6 callersMethodlocalize
(s: string)
apps/desktop/src/main/menu/menu.first.ts:143
↓ 6 callersMethodlock
()
apps/desktop/src/main/menu/menu.first.ts:62
↓ 6 callersMethodlogError
(message: string, payload?: any)
apps/desktop/native-messaging-test-runner/src/log-utils.ts:14
↓ 6 callersMethodlogIn
(credentials: SsoLoginCredentials)
libs/auth/src/common/login-strategies/sso-login.strategy.ts:88
↓ 6 callersMethodlogInfo
(message: string, payload?: any)
apps/desktop/native-messaging-test-runner/src/log-utils.ts:18
↓ 6 callersMethodmetadata
Retrieve an algorithm's generator metadata * @param algorithm identifies the algorithm * @returns the algorithm's generator metadata * @th
libs/tools/generator/core/src/providers/generator-metadata-provider.ts:68
↓ 6 callersFunctionmockQuerySelectorAllDefinedCall
()
apps/browser/src/autofill/spec/testing-utils.ts:183
↓ 6 callersMethodmultipleResults
(ids: string[])
apps/cli/src/models/response.ts:50
↓ 6 callersMethodnestedTraverse
* Recursively adds a node to nodeTree * @param {TreeNode<ITreeNodeObject>[]} nodeTree - An array of TreeNodes that the node will be added to * @
libs/common/src/vault/service-utils.ts:16
↓ 6 callersFunctionobserve$PerUserId
( create: () => Partial<Value>, )
libs/tools/generator/core/src/util.ts:24
↓ 6 callersFunctionopenCollectionDialog
( dialogService: DialogService, config: DialogConfig<CollectionDialogParams, CollectionDialogResult>, )
apps/web/src/app/admin-console/organizations/shared/components/collection-dialog/collection-dialog.component.ts:628
↓ 6 callersFunctionparse
(data: string)
libs/importer/src/importers/onepassword/onepassword-csv-importer.ts:49
↓ 6 callersMethodpbkdf2
( password: string | Uint8Array, salt: string | Uint8Array, algorithm: "sha256" | "sha512", it
libs/node/src/services/node-crypto-function.service.ts:11
↓ 6 callersFunctionpostWindowMessage
( data: any, origin: string = BrowserApi.getRuntimeURL("")?.slice(0, -1), source: Window | MessageEventS
apps/browser/src/autofill/spec/testing-utils.ts:16
↓ 6 callersFunctionprepareWrite
(length: number)
libs/common/src/platform/services/fido2/cbor.ts:305
↓ 6 callersMethodproviderKeys$
(userId: UserId)
libs/key-management/src/key.service.ts:372
↓ 6 callersMethodreadStdin
()
apps/cli/src/utils.ts:154
↓ 6 callersMethodrefreshTaxIdWarning
()
apps/web/src/app/admin-console/organizations/layouts/organization-layout.component.ts:170
↓ 6 callersMethodregisterClient$
(userId: UserId)
libs/common/src/platform/services/sdk/register-sdk.service.ts:88
↓ 6 callersMethodremove
(&mut self, key: &Self::KeyType)
apps/desktop/desktop_native/core/src/secure_memory/dpapi.rs:94
↓ 6 callersMethodreprompt
(ciphers: CipherViewLike[])
libs/vault/src/services/vault-batch-bar.service.ts:757
↓ 6 callersMethodrepromptCipher
(ciphers: CipherViewLike[])
apps/web/src/app/admin-console/organizations/collections/vault.component.ts:1521
↓ 6 callersMethodrepromptCipher
(ciphers: CipherViewLike[])
apps/web/src/app/admin-console/organizations/collections/services/vault-cipher-actions.service.ts:578
↓ 6 callersMethodrequestPasswordChangeForCriticalApplications$
( organizationId: OrganizationId, criticalApplicationIds: string[], )
bitwarden_license/bit-web/src/app/dirt/access-intelligence/v2/services/implementations/legacy-access-security-tasks.service.ts:79
↓ 6 callersMethodrequiresDomainConfirmation$
(userId: UserId)
libs/common/src/key-management/key-connector/services/key-connector.service.ts:338
↓ 6 callersMethodreset
()
apps/web/src/app/auth/settings/account/change-email.component.ts:116
↓ 6 callersMethodrun
(organizationId: string, id: string)
bitwarden_license/bit-cli/src/admin-console/device-approval/deny.command.ts:18
↓ 6 callersMethodsaveApplicationMetadata$
(view: AccessReportView)
bitwarden_license/bit-common/src/dirt/access-intelligence/services/implementations/persistence/file-report-persistence.service.ts:120
↓ 6 callersMethodsearch
(timeout: number = null)
libs/angular/src/tools/send/send.component.ts:149
↓ 6 callersMethodsend
Send a message over the IPC server to all the connected clients # Returns The number of clients that the message was sent to. Note that the number o
apps/desktop/desktop_native/core/src/ipc/server.rs:126
↓ 6 callersFunctionsendExtensionRuntimeMessage
* Sends a message to the extension runtime, and ignores * any potential promises that should be handled using * the `void` operator. * * @param me
apps/browser/src/autofill/content/content-message-handler.ts:154
↓ 6 callersMethodsendHandshake
(publicKey: string, applicationName: string)
apps/desktop/native-messaging-test-runner/src/native-message.service.ts:62
↓ 6 callersMethodsendMessageToApp
(command: string, data: any = null, resolveNow = false)
apps/browser/src/browser/safariApp.ts:4
↓ 6 callersMethodsend_message
( &self, message: impl Serialize + DeserializeOwned, callback: Option<Box<dyn Callback
apps/desktop/desktop_native/autofill_provider/src/lib.rs:397
↓ 6 callersMethodserialize
(data: AccessReportPayload)
bitwarden_license/bit-common/src/dirt/access-intelligence/services/implementations/persistence/versioning/report-versioning.service.ts:63
↓ 6 callersMethodsetAccountCryptographicState
( tokenResponse: IdentityTokenResponse, userId: UserId, )
libs/auth/src/common/login-strategies/sso-login.strategy.ts:346
↓ 6 callersMethodsetAddEditCipherInfo
(value: AddEditCipherInfo, userId: UserId)
libs/common/src/vault/services/cipher.service.ts:1807
↓ 6 callersMethodsetAutotypeEnabledState
(enabled: boolean)
apps/desktop/src/autofill/services/desktop-autotype.service.ts:195
↓ 6 callersMethodsetCiphers
()
apps/web/src/app/dirt/reports/pages/weak-passwords-report.component.ts:78
↓ 6 callersMethodsetMasterKey
(masterKey: MasterKey, userId: UserId)
libs/common/src/key-management/master-password/services/master-password.service.ts:174
↓ 6 callersMethodsetPassword
(cipher: CipherView)
libs/importer/src/importers/safeincloud-xml-importer.ts:112
↓ 6 callersMethodsetState
* Set the badge state for a specific tab. * If the tabId is undefined the state will be applied to the browser action in general.
apps/browser/src/platform/badge/badge-browser-api.ts:57
↓ 6 callersMethodsetUserDecryptionOptionsById
( userId: UserId, userDecryptionOptions: UserDecryptionOptions, )
libs/auth/src/common/services/user-decryption-options/user-decryption-options.service.ts:37
↓ 6 callersMethodshowMissingPermissionsError
()
apps/web/src/app/admin-console/organizations/collections/vault.component.ts:1572
↓ 6 callersMethodsortCiphersByLastUsedThenName
(a: CipherViewLike, b: CipherViewLike)
libs/common/src/vault/services/cipher.service.ts:1595
↓ 6 callersMethodtoBuf
(value: string | Uint8Array)
libs/common/src/key-management/crypto/services/web-crypto-function.service.ts:189
↓ 6 callersMethodtoCipherData
()
libs/common/src/vault/models/domain/cipher.ts:264
↓ 6 callersMethodtoSdkCipher
* Maps Cipher to SDK format. * * @returns {SdkCipher} The SDK cipher object.
libs/common/src/vault/models/domain/cipher.ts:455
↓ 6 callersMethodtoWrappedAccountCryptographicState
()
libs/common/src/key-management/keys/response/private-keys.response.ts:58
↓ 6 callersMethodto_utf16
(&self)
apps/desktop/desktop_native/win_webauthn/src/api/util/mod.rs:40
↓ 6 callersFunctiontriggerPortOnDisconnectEvent
(port: chrome.runtime.Port)
apps/browser/src/autofill/spec/testing-utils.ts:73
↓ 6 callersMethodupdateElementStyles
* Accepts an element and updates the styles for that element. This method * will also unobserve the element if it is the iframe element. This is
apps/browser/src/autofill/overlay/inline-menu/iframe-content/autofill-inline-menu-iframe.service.ts:370
↓ 6 callersMethodupsert
(orgDomains: OrganizationDomainResponse[])
libs/common/src/admin-console/services/organization-domain/org-domain.service.ts:30
↓ 6 callersMethoduserHasMasterPassword
(userId: UserId)
libs/common/src/key-management/master-password/services/master-password.service.ts:85
↓ 6 callersMethoduserPublicKey$
(userId: UserId)
libs/key-management/src/key.service.ts:648
↓ 6 callersFunctionverify_signature
Verify a public key signature over a SHA-256 hash using Windows Crypto APIs. The supported algorithms may change over time without notice, so the who
apps/desktop/desktop_native/win_webauthn/src/api/plugin/crypto.rs:105
↓ 6 callersMethodwebsite
look up the website the integration is working with. * @param request supplies information about the state of the extension site * @param opti
libs/common/src/tools/integration/integration-context.ts:88
↓ 6 callersMethodwrapEncapsulationKey
( encapsulationKeySpki: Uint8Array, wrappingKey: SymmetricCryptoKey, )
libs/common/src/key-management/crypto/services/encrypt.service.implementation.ts:86
↓ 6 callersFunctionwrite
(text: &str, hide_from_history: bool)
apps/desktop/desktop_native/core/src/clipboard/mod.rs:24
↓ 6 callersMethodwrite
Copies data as COM-allocated buffer and writes to response pointer. Safety constraints: [response] must point to a valid WEBAUTHN_PLUGIN_OPERATION_RE
apps/desktop/desktop_native/win_webauthn/src/api/plugin/types/operation.rs:168
↓ 5 callersFunctionActionButton
({ buttonText, dataTestId, disabled = false, isLoading = false, theme, handleClick, fullWidth =
apps/browser/src/autofill/content/components/buttons/action-button.ts:21
↓ 5 callersMethod_showToast
* @deprecated use `showToast` instead * * Converts options object from PlatformUtilsService
libs/components/src/toast/toast.service.ts:45
↓ 5 callersMethodacknowledgeWarning
(organizationId: string)
apps/web/src/app/admin-console/organizations/members/services/delete-managed-member/delete-managed-member-warning.service.ts:30
↓ 5 callersMethodassertCredential
( params: AssertCredentialParams, window: ParentWindowReference, abortController = new AbortContro
libs/common/src/platform/services/fido2/fido2-client.service.ts:276
↓ 5 callersFunctionatLeast
Ensures the boundaries of a constraint are at least equal to the minimum. * @param minimum the lower bound of the constraint. When this is `undefine
libs/tools/generator/core/src/policies/constraints.ts:62
↓ 5 callersMethodattachToGlobal
(global: any)
libs/common/src/platform/services/container.service.ts:13
← previousnext →701–800 of 15,467, ranked by callers