Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitwarden/clients
/ functions
Functions
16,052 in github.com/bitwarden/clients
⨍
Functions
16,052
◇
Types & classes
7,544
↓ 3 callers
Method
close
()
libs/components/src/dialog/directives/dialog-close.directive.ts:19
↓ 3 callers
Method
closeNotificationBar
* Closes the notification bar. Will trigger a removal of the notification bar * from the background queue if the notification bar was closed by the
apps/browser/src/autofill/overlay/notifications/content/overlay-notifications-content.service.ts:312
↓ 3 callers
Method
closeSingleActionPopouts
()
apps/browser/src/auth/services/extension-two-factor-auth-component.service.ts:52
↓ 3 callers
Method
closeTab
* Closes a browser tab with the given id * * @param tabId The id of the tab to close
apps/browser/src/platform/browser/browser-api.ts:299
↓ 3 callers
Function
closeViewVaultItemPopout
* Closes the view vault item popout window. * * @param singleActionKey - The single action popout key used to identify the popout. * @param delayCl
apps/browser/src/vault/popup/utils/vault-popout-window.ts:60
↓ 3 callers
Function
collectLinkableMemberIds
( orgUsersUserIdMap: Map<string, ResolvedMember>, )
apps/web/src/app/dirt/event-logs/components/send-access-member.ts:24
↓ 3 callers
Method
combinePoliciesIntoMasterPasswordPolicyOptions
( policies: Policy[], )
libs/common/src/admin-console/services/policy/default-policy.service.ts:173
↓ 3 callers
Function
compareInputs
( validationGoal: ValidationGoal, controlNameA: string, controlNameB: string, errorMessage: string,
libs/auth/src/angular/validators/compare-inputs.validator.ts:41
↓ 3 callers
Method
completeFirefoxPopupPermissionFlow
(window: Window)
apps/browser/src/autofill/services/autofill-browser-settings.service.ts:76
↓ 3 callers
Function
componentRouteSwap
( defaultComponent: Type<any>, altComponent: Type<any>, shouldSwapFn: CanMatchFn, options: Route, al
libs/angular/src/utils/component-route-swap.ts:32
↓ 3 callers
Function
concatUint8Arrays
(...arrays: Uint8Array[])
libs/importer/src/importers/keeper/access/services/crypto.ts:367
↓ 3 callers
Function
connectPort
(port: chrome.runtime.Port)
apps/browser/src/autofill/services/autofill-lifecycle.service.spec.ts:38
↓ 3 callers
Method
constraints$
Get the policy constraints for the provided profile * @param dependencies.account$ constraints are loaded from this account. * If the accoun
libs/tools/generator/core/src/providers/generator-profile-provider.ts:68
↓ 3 callers
Method
continue
()
apps/browser/src/key-management/shared-unlock/popup/native-messaging-permission-dialog.component.ts:71
↓ 3 callers
Method
convertAddLoginQueueMessageToCipherView
* Accepts a login queue message and converts it into a * login uri view, login view, and cipher view. * * @param message - The message to con
apps/browser/src/autofill/background/notification.background.ts:1980
↓ 3 callers
Method
convertNewSsoUserToKeyConnector
(userId: UserId)
libs/common/src/key-management/key-connector/services/key-connector.service.ts:207
↓ 3 callers
Function
convertToAccessPolicyItemViews
( value: ProjectPeopleAccessPoliciesView | ServiceAccountPeopleAccessPoliciesView, )
bitwarden_license/bit-web/src/app/secrets-manager/shared/access-policies/access-policy-selector/models/ap-item-view.type.ts:46
↓ 3 callers
Function
convertToPeopleAccessPoliciesView
(selectedPolicyValues: ApItemValueType[])
bitwarden_license/bit-web/src/app/secrets-manager/shared/access-policies/access-policy-selector/models/ap-item-value.type.ts:25
↓ 3 callers
Method
convertVaultToImportResult
(vault: Vault)
libs/importer/src/importers/keeper/keeper-direct-importer.ts:36
↓ 3 callers
Method
create
( organizationId: string, secretView: SecretView, secretAccessPoliciesView: SecretAccessPoliciesVi
bitwarden_license/bit-web/src/app/secrets-manager/secrets/secret.service.ts:92
↓ 3 callers
Method
create
( collection: CollectionAdminView, userId: UserId, )
libs/admin-console/src/common/collections/services/default-collection-admin.service.ts:77
↓ 3 callers
Function
createAutofillScriptMock
( customFields = {}, scriptTypes?: Record<string, string>, )
apps/browser/src/autofill/spec/autofill-mocks.ts:129
↓ 3 callers
Function
createBoundedArrayGuard
(isType: (item: unknown) => item is T)
bitwarden_license/bit-common/src/dirt/reports/risk-insights/helpers/type-guards/basic-type-guards.ts:142
↓ 3 callers
Function
createCipher
( id?: string, uris: string[] = [], collectionIds: string[] = [], )
bitwarden_license/bit-common/src/dirt/reports/risk-insights/testing/test-helpers.ts:117
↓ 3 callers
Method
createKey
(bitLength: 256 | 512)
libs/common/src/key-management/crypto/key-generation/default-key-generation.service.ts:21
↓ 3 callers
Function
createMockCipher
(id: string, collectionIds: string[])
bitwarden_license/bit-web/src/app/dirt/reports/member-access-report/services/member-access-report.service.spec.ts:112
↓ 3 callers
Function
createMockCollection
( id: string, name: string, users: Array<{ id: string; readOnly: boolean; hidePasswords: boolean;
bitwarden_license/bit-web/src/app/dirt/reports/member-access-report/services/member-access-report.service.spec.ts:76
↓ 3 callers
Function
createMockOrganizationUser
( id: string, email: string, name: string | null | undefined, options: { twoFactorEnable
bitwarden_license/bit-web/src/app/dirt/reports/member-access-report/services/member-access-report.service.spec.ts:89
↓ 3 callers
Function
createMockUser
(id: string, checked: boolean = false)
apps/web/src/app/admin-console/common/people-table-data-source.spec.ts:27
↓ 3 callers
Method
createOrganizationConnection
( request: OrganizationConnectionRequest, configType: { new (response: any): TConfig }, )
libs/common/src/services/api.service.ts:816
↓ 3 callers
Function
createParams
( params: Partial<Fido2AuthenticatorMakeCredentialsParams> = {}, )
libs/common/src/platform/services/fido2/fido2-authenticator.service.spec.ts:419
↓ 3 callers
Method
createPotentialGranteeViews
( organizationId: string, results: PotentialGranteeResponse[], )
bitwarden_license/bit-web/src/app/secrets-manager/shared/access-policies/access-policy.service.ts:436
↓ 3 callers
Method
createProjectView
(projectResponse: ProjectResponse)
bitwarden_license/bit-web/src/app/secrets-manager/projects/project.service.ts:132
↓ 3 callers
Function
createRiskInsightsSummary
( counts?: Partial<{ totalApplicationCount: number; totalAtRiskApplicationCount: number; totalCr
bitwarden_license/bit-common/src/dirt/reports/risk-insights/testing/test-helpers.ts:273
↓ 3 callers
Method
createSecretView
(secretResponse: SecretResponse)
bitwarden_license/bit-web/src/app/secrets-manager/secrets/secret.service.ts:201
↓ 3 callers
Method
createSecretsListView
( organizationId: string, secrets: SecretWithProjectsListResponse, )
bitwarden_license/bit-web/src/app/secrets-manager/secrets/secret.service.ts:244
↓ 3 callers
Method
createServiceAccountView
( organizationKey: SymmetricCryptoKey, serviceAccountResponse: ServiceAccountResponse, )
bitwarden_license/bit-web/src/app/secrets-manager/service-accounts/service-account.service.ts:166
↓ 3 callers
Method
createWindow
* Creates the main window. The template argument is used to determine the styling of the window and what url will be loaded. * When the template is
apps/desktop/src/main/window.main.ts:353
↓ 3 callers
Method
credentialKindFor
The credentials an SDK importer requires, so callers can collect them generically.
libs/importer/src/services/import.service.ts:255
↓ 3 callers
Function
currentVersion
( storageService: AbstractStorageService, logService: LogService, )
libs/state/src/state-migrations/migrate.ts:174
↓ 3 callers
Method
data
()
apps/web/src/app/billing/organizations/subscription-status.component.ts:77
↓ 3 callers
Function
decodeJwtTokenToJson
(jwtToken: string)
libs/auth/src/common/utilities/decode-jwt-token-to-json.utility.ts:3
↓ 3 callers
Function
decrypt
(key: &[u8], encrypted: &[u8])
apps/desktop/desktop_native/chromium_importer/src/chromium/platform/linux.rs:137
↓ 3 callers
Method
decrypt
Decrypts a password history.
libs/tools/generator/extensions/history/src/legacy-password-history-decryptor.ts:16
↓ 3 callers
Function
decryptAesV1
(data: Uint8Array, key: KeeperKey)
libs/importer/src/importers/keeper/access/services/crypto.ts:31
↓ 3 callers
Method
decryptPubKeyEncryptedUserKey
( pubKeyEncryptedUserKey: string, privateKey: Uint8Array, )
libs/auth/src/common/services/auth-request/auth-request.service.ts:166
↓ 3 callers
Method
decryptSend
(send: Send)
libs/tools/send/send-ui/src/send-form/services/default-send-form.service.ts:53
↓ 3 callers
Method
decryptUserKeyWithMasterKey
( masterKey: MasterKey, userId: UserId, userKey?: EncString, )
libs/common/src/key-management/master-password/services/master-password.service.ts:224
↓ 3 callers
Function
decrypt_aes_128_cbc
(key: &[u8], iv: &[u8], ciphertext: &[u8])
apps/desktop/desktop_native/chromium_importer/src/util.rs:36
↓ 3 callers
Method
decryptionFailure
()
apps/web/src/app/vault/components/vault-items/vault-cipher-row.component.ts:236
↓ 3 callers
Method
defaultUserCollection$
( userId: UserId, orgId: OrganizationId, )
libs/admin-console/src/common/collections/services/default-collection.service.ts:104
↓ 3 callers
Method
delete
(id: string | string[])
libs/common/src/tools/send/services/send.service.ts:279
↓ 3 callers
Method
deleteIntegration
* Generic delete method
bitwarden_license/bit-web/src/app/dirt/organization-integrations/integration-card/integration-card.component.ts:312
↓ 3 callers
Method
deleteManyWithServer
( ids: string[], userId: UserId, asAdmin = false, orgId?: OrganizationId, )
libs/common/src/vault/services/cipher.service.ts:1381
↓ 3 callers
Method
deleteProviderUser
( providerId: ProviderId, user: ProviderUser, )
bitwarden_license/bit-web/src/app/admin-console/providers/manage/services/provider-actions/provider-actions.service.ts:32
↓ 3 callers
Method
deleteSend
(id: string)
libs/common/src/tools/send/services/send-api.service.ts:131
↓ 3 callers
Method
derive
()
libs/state/src/core/derive-definition.ts:161
↓ 3 callers
Method
deselectAll
()
libs/angular/src/utils/form-selection-list.ts:94
↓ 3 callers
Function
deserializer
(v: string)
libs/state-internal/src/util.spec.ts:9
↓ 3 callers
Method
destroyMenu
()
libs/components/src/menu/menu-trigger-for.directive.ts:164
↓ 3 callers
Method
detach
()
apps/browser/src/tools/popup/settings/import/browser-keeper-sso-tab-monitor.ts:89
↓ 3 callers
Method
determineVisibleBanners
Determine which banners should be present
apps/web/src/app/vault/individual-vault/vault-banners/vault-banners.component.ts:83
↓ 3 callers
Method
disabled
()
libs/components/src/checkbox/checkbox.component.ts:172
↓ 3 callers
Method
disconnectFromInactivity
()
apps/browser/src/platform/notifications/foreground-server-notifications.service.ts:28
↓ 3 callers
Method
discountAppliesToProduct
(productId: string)
apps/web/src/app/billing/organizations/organization-subscription-cloud.component.ts:491
↓ 3 callers
Method
display$
(organization: Organization, configService: ConfigService)
apps/web/src/app/admin-console/organizations/policies/policy-edit-definitions/require-sso.component.ts:28
↓ 3 callers
Method
disposeAll
()
libs/components/src/popover/popover-anchor-for.directive.ts:204
↓ 3 callers
Function
distinctIfShallowMatch
()
libs/common/src/tools/rx.ts:105
↓ 3 callers
Method
doAutoFillOnTab
* Autofill the specified tab with the next login item from the cache * @param {PageDetail[]} pageDetails The data scraped from the page * @param
apps/browser/src/autofill/services/autofill.service.ts:572
↓ 3 callers
Method
doAutofill
()
apps/browser/src/vault/popup/components/vault/view/view.component.ts:354
↓ 3 callers
Method
do_connect
(&self)
apps/desktop/desktop_native/windows_plugin_authenticator/src/authenticator.rs:78
↓ 3 callers
Method
dropCriticalApp
(request: PasswordHealthReportApplicationDropRequest)
bitwarden_license/bit-common/src/dirt/reports/risk-insights/services/api/critical-apps-api.service.ts:41
↓ 3 callers
Method
editCipher
(cipher: CipherView | CipherListView, cloneMode?: boolean)
apps/web/src/app/vault/individual-vault/vault.component.ts:1044
↓ 3 callers
Function
effectivePlatform
(target)
apps/desktop/desktop_native/build.js:122
↓ 3 callers
Method
emergencyAccessId
()
apps/web/src/app/auth/settings/emergency-access/view/emergency-view-dialog.component.ts:77
↓ 3 callers
Method
encodeRFC3986URIComponent
* encodeURIComponent escapes all characters except the following: * alphabetic, decimal digits, - _ . ! ~ * ' ( ) * https://developer.mozilla.or
libs/common/src/platform/misc/utils.ts:702
↓ 3 callers
Method
encrypt
(&self, plaintext: &[u8])
apps/desktop/desktop_native/secure_memory/src/secure_key/mod.rs:44
↓ 3 callers
Method
encrypt
( model: SendView, file: File | ArrayBuffer, password: string, userKey?: SymmetricCryptoKey,
libs/common/src/tools/send/services/send.service.ts:58
↓ 3 callers
Method
encryptBytes
(plainValue: Uint8Array, key: SymmetricCryptoKey)
libs/common/src/key-management/crypto/services/encrypt.service.implementation.ts:34
↓ 3 callers
Method
encryptMany
(models: CipherView[], userId: UserId)
libs/common/src/vault/services/cipher.service.ts:292
↓ 3 callers
Method
encryptUserKeyWithMasterKey
* @deprecated Please use `makeMasterPasswordUnlockData` in {@link MasterPasswordService} instead.
libs/key-management/src/key.service.ts:272
↓ 3 callers
Function
encryptWithKeeperKey
(data: KeeperKey, keyId: number)
libs/importer/src/importers/keeper/access/services/keys.ts:57
↓ 3 callers
Method
endProcessing
()
bitwarden_license/bit-web/src/app/admin-console/providers/manage/services/provider-actions/provider-actions.service.ts:28
↓ 3 callers
Function
endpointToString
(endpoint: Endpoint)
libs/common/src/platform/ipc/ipc-session-repository.ts:58
↓ 3 callers
Function
enforceConstant
Enforces a readonly field has a required value. * @param value the value to check. * @param constraint the constraint to evaluate against. * @re
libs/tools/generator/core/src/policies/constraints.ts:137
↓ 3 callers
Method
enrollPersistentBiometricIfNeeded
(userId: UserId)
apps/desktop/src/app/accounts/settings.component.ts:490
↓ 3 callers
Method
enrollPersistentBiometricIfNeeded
(userId: UserId)
apps/desktop/src/app/accounts/settings-dialog.component.ts:509
↓ 3 callers
Method
ensureConfigFetched
()
libs/common/src/platform/services/config/default-config.service.ts:218
↓ 3 callers
Method
ensurePrivacyPermissionForOverride
()
apps/browser/src/autofill/services/autofill-browser-settings.service.ts:84
↓ 3 callers
Function
errorOnChange
( extract: (value: Input) => Extracted = identity, error: (expectedValue: Extracted, actualValue: Extracte
libs/common/src/tools/rx.ts:54
↓ 3 callers
Function
exampleOrganization1
()
libs/state/src/state-migrations/migrations/40-move-organization-state-to-state-provider.spec.ts:9
↓ 3 callers
Function
exampleProvider1
()
libs/state/src/state-migrations/migrations/28-move-provider-state-to-state-provider.spec.ts:8
↓ 3 callers
Method
expectEmission
* Awaits the next emission from the observable, or throws if the timeout is exceeded * @param msTimeout The maximum time to wait for another emissi
libs/common/spec/observable-tracker.ts:45
↓ 3 callers
Method
extension
(site: SiteId, vendor: VendorId)
libs/common/src/tools/extension/runtime-extension-registry.ts:199
↓ 3 callers
Method
extractSessionFromLoginResponse
( response: Document, keyIterationCount: number, clientInfo: ClientInfo, )
libs/importer/src/importers/lastpass/access/services/client.ts:511
↓ 3 callers
Method
fetchJson
( rpc: JsonRpc<Parameters, Result>, params: Parameters, )
libs/common/src/tools/integration/rpc/rest-client.ts:19
↓ 3 callers
Method
fillForm
(fillScript: AutofillScript, showAnimations?: boolean)
apps/browser/src/autofill/services/abstractions/insert-autofill-content.service.ts:4
↓ 3 callers
Method
filterData
(data: T[])
libs/components/src/table/table-data-source.ts:103
↓ 3 callers
Method
filterRestrictedCiphers
* Filters out restricted cipher types from an array of ciphers. * * @param ciphers - Array of ciphers to filter * @returns Promise resolving
apps/cli/src/vault/services/cli-restricted-item-types.service.ts:28
↓ 3 callers
Method
findUsernameField
* Accepts a pageDetails object with a list of fields and returns a list of * fields that are likely to be username fields. * @param {AutofillPag
apps/browser/src/autofill/services/autofill.service.ts:2778
← previous
next →
1,501–1,600 of 16,052, ranked by callers