MCPcopy Create free account

hub / github.com/bitwarden/clients / functions

Functions16,052 in github.com/bitwarden/clients

↓ 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 callersMethodwait_for_response
Block the current thread until either a response is received, or the specified timeout has passed. # Examples ```no_run use std::{sync::Arc, time::D
apps/desktop/desktop_native/autofill_provider/src/lib.rs:602
↓ 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:133
↓ 6 callersMethodwrite_map_start
Start a CBOR map. A map is encoded with the header type that contains the number of entries in the map, followed by pairs of CBOR data items. Since t
apps/desktop/desktop_native/win_webauthn/src/api/util/cbor.rs:159
↓ 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
↓ 5 callersMethodauthenticateBiometric
()
apps/desktop/src/key-management/biometrics/os-biometrics.service.ts:23
↓ 5 callersMethodautoCompleteTypeIncludesToken
* True if `autoCompleteType` includes `token` as a space-separated autocomplete token. * Handles compound tokens such as `section-login current-pas
apps/browser/src/autofill/services/autofill.service.ts:3041
↓ 5 callersFunctionb64Decode
(str: string, spaceAsPlus = false)
apps/web/src/connectors/common.ts:51
↓ 5 callersFunctionbase64UrlDecode
(text: string)
libs/importer/src/importers/keeper/access/services/crypto.ts:361
↓ 5 callersMethodbuild
(o: CipherView | CipherDomain)
libs/common/src/models/export/cipher-with-ids.export.ts:11
↓ 5 callersMethodbuildSsoUrl
* Builds a URL for redirecting users to the web app SSO component to complete SSO * @param webAppUrl The URL of the web app * @param clientType
libs/auth/src/common/services/sso-redirect/sso-url.service.ts:17
↓ 5 callersFunctionbuild_unicode_input
A function for easily building keyboard unicode `INPUT` structs used in `SendInput()`.
apps/desktop/desktop_native/autotype/src/windows/type_input.rs:184
↓ 5 callersMethodcacheData
* Update the cache with the new TwoFactorAuthData.
libs/auth/src/angular/two-factor-auth/two-factor-auth-component-cache.service.ts:57
↓ 5 callersMethodcanAssignToCollections
()
libs/common/src/vault/models/view/cipher.view.ts:192
↓ 5 callersMethodcanInteract
* Check if the user is able to interact with the cipher * (password re-prompt / decryption failure checks). * @param cipher * @private
apps/browser/src/vault/popup/settings/archive.component.ts:265
↓ 5 callersMethodcanRestoreCipher$
* * {@link CipherAuthorizationService.canRestoreCipher$}
libs/common/src/vault/services/cipher-authorization.service.ts:115
↓ 5 callersMethodcancelInlineMenuFadeInAndPositionUpdate
* Cancels the observables that update the position and fade in of the inline menu.
apps/browser/src/autofill/background/overlay.background.ts:3322
↓ 5 callersMethodcheckNotificationQueue
* Checks the notification queue for any messages that need to be sent to the * specified tab. If no tab is specified, the current tab will be used.
apps/browser/src/autofill/background/notification.background.ts:429
↓ 5 callersMethodcheckVaultTimeout
()
libs/common/src/key-management/vault-timeout/services/vault-timeout.service.ts:58
↓ 5 callersMethodcleanupTokenStorage
(userIds: UserId[])
libs/common/src/auth/services/token.service.ts:961
↓ 5 callersMethodclose
Release the security-scoped resource explicitly. Prefer this over relying on `Drop` at every call site so cleanup is awaited and any failure is observ
apps/desktop/desktop_native/chromium_importer/src/chromium/platform/sandbox.rs:136
↓ 5 callersMethodclose
(dialogResult: UserVerificationDialogResult)
libs/auth/src/angular/user-verification/user-verification-dialog.component.ts:307
↓ 5 callersMethodcloseAll
Close all open dialogs and drawers. Note that this will ignore any and all closePredicates
libs/components/src/dialog/dialog.service.ts:255
↓ 5 callersMethodcloseAll
()
libs/angular/src/services/modal.service.ts:53
↓ 5 callersMethodcloseDrawer
()
bitwarden_license/bit-common/src/dirt/access-intelligence/services/implementations/view/default-drawer-state.service.ts:25
↓ 5 callersMethodcopyLoginPropertiesAsCustomFields
(cipher: CipherView)
libs/importer/src/importers/keeper/keeper-json-importer.ts:269
↓ 5 callersFunctioncreateAutofillFormMock
(customFields = {})
apps/browser/src/autofill/spec/autofill-mocks.ts:22
↓ 5 callersFunctioncreate_default_test_sign_request
(public_key: crate::crypto::PublicKey)
apps/desktop/desktop_native/ssh_agent/src/authorization.rs:145
↓ 5 callersFunctioncreate_get_assertion_response
Creates a WebAuthn get assertion response from Bitwarden's assertion response
apps/desktop/desktop_native/windows_plugin_authenticator/src/assert.rs:135
↓ 5 callersFunctioncreate_test_keydata_rsa
(name: &str, cipher_id: &str)
apps/desktop/desktop_native/ssh_agent/src/storage/keystore.rs:197
↓ 5 callersFunctiondebounce
( callback: FunctionType, delay: number, immediate?: boolean, )
apps/browser/src/autofill/utils/index.ts:423
↓ 5 callersMethoddecrypt
(collection: Collection, userId: UserId)
libs/admin-console/src/common/collections/services/default-collection-encryption.service.ts:17
↓ 5 callersMethoddecryptAes256
( data: Uint8Array, encryptionKey: Uint8Array, mode: "cbc" | "ecb", iv: Uint8Array = new Uint8
libs/importer/src/importers/lastpass/access/services/crypto-utils.ts:86
↓ 5 callersMethoddecryptMany$
( collections: Collection[] | null, orgKeys: Record<OrganizationId, OrgKey>, )
libs/admin-console/src/common/collections/services/default-collection.service.ts:257
↓ 5 callersMethoddecryptResponsePayload
( payload: EncString, key: string, )
apps/desktop/native-messaging-test-runner/src/native-message.service.ts:226
↓ 5 callersFunctiondeepLinkGuard
()
apps/web/src/app/auth/guards/deep-link/deep-link.guard.ts:15
↓ 5 callersMethoddefaults$
Gets the default options.
libs/tools/generator/extensions/navigation/src/default-generator-navigation.service.ts:35
↓ 5 callersMethoddeleteBiometricUnlockKeyForUser
(userId: UserId)
apps/desktop/src/key-management/biometrics/main-biometrics.service.ts:108
↓ 5 callersMethoddeleteCollections
()
apps/web/src/app/vault/individual-vault/bulk-action-dialogs/bulk-delete-dialog/bulk-delete-dialog.component.ts:120
↓ 5 callersMethoddestroy
()
apps/browser/src/autofill/overlay/inline-menu/abstractions/autofill-inline-menu-iframe.service.ts:36
↓ 5 callersMethoddetermineStorageLocation
* Determines where tokens should be stored based on vault timeout settings. * * | Vault Timeout Action | Vault Timeout | Token Storage
libs/common/src/auth/services/token.service.ts:1171
↓ 5 callersMethoddisableMethod
()
apps/web/src/app/auth/settings/two-factor/two-factor-setup-authenticator.component.ts:168
↓ 5 callersMethoddispose
()
apps/desktop/src/platform/main/electron-storage.service.ts:49
↓ 5 callersFunctionelementIsInputElement
(element: Element)
apps/browser/src/autofill/utils/index.ts:234
↓ 5 callersFunctionelementIsSelectElement
(element: Element)
apps/browser/src/autofill/utils/index.ts:243
↓ 5 callersMethodemailToSalt
(email: string)
libs/common/src/key-management/master-password/services/master-password.service.ts:170
↓ 5 callersMethodencrypt
(plainValue: string)
apps/cli/src/platform/services/node-env-secure-storage.service.ts:59
↓ 5 callersFunctionencryptAesV2
( data: Uint8Array, key: KeeperKey, nonce?: KeeperNonce, nonceLength = AES_GCM_NONCE_SIZE, )
libs/importer/src/importers/keeper/access/services/crypto.ts:54
↓ 5 callersMethodencryptCommandData
( commandData: DecryptedCommandData, key: string, )
apps/desktop/native-messaging-test-runner/src/native-message.service.ts:215
↓ 5 callersMethodencryptFileData
( fileName: string, data: ArrayBuffer, key: SymmetricCryptoKey, userId: UserId, )
libs/common/src/tools/send/services/send.service.ts:369
↓ 5 callersMethodencryptRiskInsightsReport
( context: { organizationId: OrganizationId; userId: UserId; }, data: DecryptedReportD
bitwarden_license/bit-common/src/dirt/reports/risk-insights/services/domain/risk-insights-encryption.service.ts:36
↓ 5 callersMethodencryptedFoldersState
* @returns a SingleUserState for the encrypted folders.
libs/common/src/vault/services/folder/folder.service.ts:301
↓ 5 callersMethodexecuteScriptInTab
* Extension API helper method used to execute a script in a tab. * * @see https://developer.chrome.com/docs/extensions/reference/tabs/#method-ex
apps/browser/src/platform/browser/browser-api.ts:888
↓ 5 callersFunctionfailure
Returns an SSH `SSH_AGENT_FAILURE` response message.
apps/desktop/desktop_native/ssh_agent/src/server/protocol.rs:37
↓ 5 callersMethodfieldContainsAutocompleteValues
* Separates the provided field data into space-separated values and checks if any * of the values are present in the provided set of autocomplete v
apps/browser/src/autofill/services/inline-menu-field-qualification.service.ts:1203
↓ 5 callersFunctionfitToBounds
Ensures a value falls within the minimum and maximum boundaries of a constraint. * @param value the value to check. Nullish values are coerced to 0.
libs/tools/generator/core/src/policies/constraints.ts:84
↓ 5 callersMethodfolders$
(userId: UserId)
libs/common/src/vault/services/folder/folder.service.ts:57
↓ 5 callersMethodformGroup
* @see {@link ViewCacheService.formGroup}
apps/browser/src/platform/popup/view-cache/popup-view-cache.service.ts:109
↓ 5 callersMethodfromJSON
(json: Jsonify<WebAuthnLoginCredentials>)
libs/auth/src/common/models/domain/login-credentials.ts:95
↓ 5 callersMethodfromJSON
(obj: Partial<Jsonify<CardView>> | undefined)
libs/common/src/vault/models/view/card.view.ts:83
↓ 5 callersFunctionfromSdkUserId
(userId: UserId)
libs/common/src/key-management/shared-unlock/shared-unlock-driver.ts:19
↓ 5 callersFunctionfrom_hex
(s: &str)
apps/desktop/desktop_native/win_webauthn/src/api/util/cbor.rs:519
↓ 5 callersMethodgeneratedBy
look up localized text indicating Bitwarden requested the forwarding address. * @param request supplies information about the state of the extensi
libs/common/src/tools/integration/integration-context.ts:106
↓ 5 callersMethodget
(&self, public_key: &PublicKey)
apps/desktop/desktop_native/ssh_agent/src/storage/keystore.rs:106
↓ 5 callersMethodget
(name: string)
libs/common/src/platform/services/file-upload/azure-file-upload.service.spec.ts:18
↓ 5 callersMethodgetAllDecryptedFromState
(userId: UserId)
libs/common/src/tools/send/services/send.service.ts:233
↓ 5 callersMethodgetAllUsers
( organizationId: string, options?: { includeCollections?: boolean; includeGroups?: boolea
libs/admin-console/src/common/organization-user/services/default-organization-user-api.service.ts:54
↓ 5 callersMethodgetAssertion
( params: Fido2AuthenticatorGetAssertionParams, window: ParentWindowReference, abortController?: A
libs/common/src/platform/services/fido2/fido2-authenticator.service.ts:230
↓ 5 callersMethodgetAtRiskMembers
* Get all at-risk members across all applications * * Deduplicates members - a member appearing in multiple applications is counted once. *
bitwarden_license/bit-common/src/dirt/access-intelligence/models/view/access-report.view.ts:63
↓ 5 callersMethodgetBrowserClientVendor
(clientWindow: Window)
apps/browser/src/platform/browser/browser-api.ts:221
↓ 5 callersMethodgetChangePasswordUrl
* @inheritDoc
libs/common/src/vault/services/default-change-login-password.service.ts:22
↓ 5 callersFunctiongetCommand
( commandDefinition: CommandDefinition<Record<string, unknown>> | string, )
libs/messaging/src/helpers.ts:6
↓ 5 callersMethodgetContainerService
* @throws Will throw an error if the ContainerService has not been attached to the window object
libs/common/src/platform/misc/utils.ts:635
↓ 5 callersMethodgetCredentials
(env: Environment)
libs/common/src/services/api.service.ts:1875
↓ 5 callersMethodgetDecryptedAttachmentBuffer
@inheritdoc
libs/common/src/vault/services/cipher.service.ts:1755
↓ 5 callersMethodgetElement
()
libs/components/src/input/autofocus.directive.ts:92
↓ 5 callersMethodgetEncryptedDefaultCollectionName$
(organization: Organization)
libs/admin-console/src/common/organization-user/services/default-organization-user.service.ts:151
↓ 5 callersMethodgetEncryptedSends
Gets the encrypted sends from state for an active user
libs/common/src/tools/send/services/send-state.provider.ts:32
↓ 5 callersMethodgetFingerprintPhrase
(email: string, publicKey: Uint8Array)
libs/auth/src/common/services/auth-request/auth-request.service.ts:184
↓ 5 callersMethodgetFormattedAutofillFormsData
* Iterates over all known form elements and returns an AutofillForm object * containing a key value pair of the form element's opid and the form da
apps/browser/src/autofill/services/collect-autofill-content.service.ts:685
↓ 5 callersMethodgetManagingOrganization
(userId: UserId)
libs/common/src/key-management/key-connector/services/key-connector.service.ts:202
↓ 5 callersFunctiongetNotificationTestId
( notificationType: NotificationType, isConfirmation = false, )
apps/browser/src/autofill/notification/bar.ts:162
← previousnext →801–900 of 16,052, ranked by callers