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
↓ 11 callers
Function
organizationPermissionsGuard
( permissionsCallback?: ( organization: Organization, ) => boolean | Promise<boolean> | Observable<boo
apps/web/src/app/admin-console/organizations/guards/org-permissions.guard.ts:44
↓ 11 callers
Method
processJson
processes the json payload * @param json the object to map * @returns on success returns [Result], on failure returns [undefined, string]
libs/common/src/tools/integration/rpc/rpc.ts:25
↓ 11 callers
Method
registerChildForm
* Registers a child form group with the parent form group. Used by child components to add their form groups to * the parent form for validation.
libs/vault/src/cipher-form/components/cipher-form.component.ts:208
↓ 11 callers
Method
runMigrations
* Runs the migration. * @throws If the migration fails, such as when no network is available. * @throws If the requirements for migration are no
libs/common/src/key-management/encrypted-migrator/migrations/encrypted-migration.ts:26
↓ 11 callers
Method
setMasterKeyEncryptedUserKey
(encryptedKey: EncString, userId: UserId)
libs/common/src/key-management/master-password/services/master-password.service.ts:191
↓ 11 callers
Method
setStage
(next: KeeperAuthStage)
libs/importer/src/components/keeper/keeper-direct-import-ui.service.ts:82
↓ 11 callers
Method
softDeleteWithServer
(id: string, userId: UserId, asAdmin = false)
libs/common/src/vault/services/cipher.service.ts:1573
↓ 11 callers
Method
subscribe
(id: string, messageCallback: (message: MessageBase) => void)
libs/common/src/platform/services/default-broadcaster.service.ts:15
↓ 11 callers
Method
toSdkCipherView
* Maps CipherView to SdkCipherView * * If `sdk` parameter is provided, it will set the FIDO2 credentials on the SDK view, * since they remain
libs/common/src/vault/models/view/cipher.view.ts:531
↓ 11 callers
Method
wrapSymmetricKey
( keyToBeWrapped: SymmetricCryptoKey, wrappingKey: SymmetricCryptoKey, )
libs/common/src/key-management/crypto/services/encrypt.service.implementation.ts:104
↓ 10 callers
Method
apply
(compiler)
apps/browser/webpack/angular-check.js:5
↓ 10 callers
Method
auth
(authResponse: { response: TwoFactorRecoverResponse })
apps/web/src/app/auth/settings/two-factor/two-factor-recovery.component.ts:38
↓ 10 callers
Method
authenticate
()
libs/angular/src/auth/login-via-webauthn/login-via-webauthn.component.ts:114
↓ 10 callers
Method
build
(o: CipherView | CipherDomain)
libs/common/src/models/export/cipher.export.ts:202
↓ 10 callers
Method
clearOrganizationInvite
()
libs/common/src/auth/organization-invite/default-organization-invite.service.ts:68
↓ 10 callers
Method
create
()
libs/ui/common/src/di/safe-provider.type.spec.ts:8
↓ 10 callers
Function
createMemberRegistry
( members: Array<{ id: string; name: string; email: string }>, )
bitwarden_license/bit-common/src/dirt/reports/risk-insights/testing/test-helpers.ts:90
↓ 10 callers
Method
delete
(groupRow: GroupDetailsRow)
apps/web/src/app/admin-console/organizations/manage/groups.component.ts:188
↓ 10 callers
Method
deleteWithServer
(id: string, userId: UserId, asAdmin = false)
libs/common/src/vault/services/cipher.service.ts:1364
↓ 10 callers
Method
dismissNudge
* Dismiss a nudge for the user so that it is not shown again * @param nudge * @param userId
libs/angular/src/vault/services/nudges.service.ts:145
↓ 10 callers
Function
elementIsInstanceOf
( element: Element, tagName: string, )
apps/browser/src/autofill/utils/index.ts:213
↓ 10 callers
Method
enrollPersistent
(userId: UserId, key: SymmetricCryptoKey)
apps/desktop/src/key-management/biometrics/os-biometrics.service.ts:28
↓ 10 callers
Function
fieldContainsKeyword
( field: AutofillField, keywords: readonly string[], mode: KeywordMatchMode = KeywordMatchMode.AppearsWi
apps/browser/src/autofill/utils/qualification.ts:92
↓ 10 callers
Method
focusedFieldMatchesFillType
* Validates whether the most recently focused field has a fill * type value that matches the provided fill type. * * @param fillType - The fi
apps/browser/src/autofill/background/overlay.background.ts:953
↓ 10 callers
Method
fromBufferToUrlB64
(buffer: ArrayBuffer)
libs/common/src/platform/misc/utils.ts:317
↓ 10 callers
Method
generate
(request: GenerationRequest, settings: ApiSettings)
libs/tools/generator/core/src/engine/forwarder.ts:34
↓ 10 callers
Method
get
(key: string)
apps/browser/src/platform/services/browser-local-storage.service.ts:14
↓ 10 callers
Method
get
( parentState$: Observable<TFrom>, deriveDefinition: DeriveDefinition<TFrom, TTo, TDeps>, dependen
libs/state-internal/src/inline-derived-state.ts:11
↓ 10 callers
Method
get
(id: string)
libs/common/src/platform/services/sdk/client-managed-state.ts:67
↓ 10 callers
Method
getDevice
()
apps/desktop/src/platform/services/electron-platform-utils.service.ts:21
↓ 10 callers
Method
getFormGroup
()
apps/web/src/app/billing/organizations/organization-plans.component.spec.ts:84
↓ 10 callers
Method
getFromGlobal
* Gets a globally scoped value from a location derived through the key definition * * This is for use with the state providers framework, DO NOT
libs/state/src/state-migrations/migration-helper.ts:80
↓ 10 callers
Function
getQsParam
(name: string)
apps/web/src/connectors/common.ts:34
↓ 10 callers
Method
hasAccessToken$
(userId: UserId)
libs/common/src/auth/services/token.service.ts:151
↓ 10 callers
Method
hasMasterPasswordById$
(userId: UserId)
libs/auth/src/common/services/user-decryption-options/user-decryption-options.service.ts:31
↓ 10 callers
Method
hash
( value: string | Uint8Array, algorithm: "sha1" | "sha256" | "sha512" | "md5", )
libs/node/src/services/node-crypto-function.service.ts:78
↓ 10 callers
Function
isDev
()
apps/desktop/src/utils.ts:3
↓ 10 callers
Method
isDev
()
apps/web/src/app/core/web-platform-utils.service.ts:165
↓ 10 callers
Method
isSearchable
(query: string | null)
libs/common/src/vault/services/search.service.ts:46
↓ 10 callers
Method
launchUri
(uri: string, options?: any)
apps/web/src/app/core/web-platform-utils.service.ts:113
↓ 10 callers
Method
localize
(s: string)
apps/desktop/src/main/menu/menu.edit.ts:124
↓ 10 callers
Method
localize
(s: string)
apps/desktop/src/main/menu/menu.view.ts:159
↓ 10 callers
Method
makeMasterKey
* Derive a master key from a password and email. * * @deprecated Please use `makeMasterPasswordAuthenticationData`, `makeMasterPasswordAuthentic
libs/key-management/src/key.service.ts:255
↓ 10 callers
Method
matchesUri
( targetUri: string, equivalentDomains: Set<string>, defaultUriMatch?: UriMatchStrategySetting,
libs/common/src/vault/models/view/login.view.ts:79
↓ 10 callers
Method
permissionsGranted
* Checks if the user has provided the given permissions to the extension. * * @param permissions - The permissions to check.
apps/browser/src/platform/browser/browser-api.ts:835
↓ 10 callers
Method
put
(&mut self, key: Self::KeyType, value: &[u8])
apps/desktop/desktop_native/secure_memory/src/dpapi.rs:37
↓ 10 callers
Method
recomputeSummary
* Recomputes the summary from current reports and applications * * Called automatically when critical application flags change. Can also be call
bitwarden_license/bit-common/src/dirt/access-intelligence/models/view/access-report.view.ts:265
↓ 10 callers
Method
remove
(key: string, options: StorageOptions = this.defaultOptions)
apps/web/src/app/core/html-storage.service.ts:76
↓ 10 callers
Method
repromptCipher
(ciphers: CipherViewLike[])
apps/web/src/app/vault/individual-vault/vault.component.ts:1629
↓ 10 callers
Method
send
(message: Message)
apps/browser/src/background/nativeMessaging.background.ts:343
↓ 10 callers
Method
send
(&self, response: Result<T, BitwardenError>)
apps/desktop/desktop_native/autofill_provider/src/lib.rs:647
↓ 10 callers
Method
sendMessage
(subscriber: string, arg: any = {})
apps/browser/src/platform/browser/browser-api.ts:744
↓ 10 callers
Method
set
(newAutotypeKeyboardShortcut: string[])
apps/desktop/src/autofill/models/main-autotype-keyboard-shortcut.ts:33
↓ 10 callers
Function
test
(module, chunks)
apps/browser/webpack.base.js:330
↓ 10 callers
Method
transform
(address: Omit<BillingAddress, "taxId">)
apps/web/src/app/billing/payment/pipes/address.pipe.ts:9
↓ 10 callers
Function
uidToString
(uid: Uint8Array)
libs/importer/src/importers/keeper/access/vault.ts:505
↓ 10 callers
Method
write
(level: LogLevelType, message?: any, ...optionalParams: any[])
apps/cli/src/platform/services/console-log.service.ts:11
↓ 9 callers
Method
abort
(fallback = false)
apps/browser/src/autofill/fido2/services/browser-fido2-user-interface.service.ts:322
↓ 9 callers
Function
anyComplete
(watch$: Observable<any> | Observable<any>[])
libs/common/src/tools/rx.ts:128
↓ 9 callers
Method
authorize
(&self, request: &AuthRequest)
apps/desktop/desktop_native/ssh_agent/src/authorization.rs:64
↓ 9 callers
Method
availableRegions
()
libs/common/src/platform/services/default-environment.service.ts:222
↓ 9 callers
Function
buildSvgDomElement
(svgString: string, ariaHidden = true)
apps/browser/src/autofill/utils/index.ts:94
↓ 9 callers
Method
closePopup
(win: Window)
apps/browser/src/platform/browser/browser-api.ts:760
↓ 9 callers
Method
compare
* Compares two Azure Versions against each other * @param a Version to compare * @param b Version to compare * @returns a number less than ze
libs/common/src/platform/services/file-upload/azure-file-upload.service.ts:267
↓ 9 callers
Method
createWithServer
( cipherView: CipherView, userId: UserId, orgAdmin?: boolean, )
libs/common/src/vault/services/cipher.service.ts:761
↓ 9 callers
Function
create_test_keydata_ed25519
(name: &str, cipher_id: &str)
apps/desktop/desktop_native/ssh_agent/src/storage/keystore.rs:177
↓ 9 callers
Method
encryptedCiphersState
* @returns a SingleUserState for the encrypted ciphers
libs/common/src/vault/services/cipher.service.ts:1803
↓ 9 callers
Function
exportToCSV
(data: T[], headers?: Partial<{ [key in keyof T]: string }>)
apps/web/src/app/dirt/reports/report-utils.ts:60
↓ 9 callers
Method
forceSetPasswordReason$
(userId: UserId)
libs/common/src/key-management/master-password/services/master-password.service.ts:150
↓ 9 callers
Method
fromArrayToHex
* Converts a Uint8Array to a hexadecimal string. * @param arr - The Uint8Array to convert. * @returns The hexadecimal string representation, or
libs/common/src/platform/misc/utils.ts:165
↓ 9 callers
Method
fromResponse
(response: GroupResponse)
apps/web/src/app/admin-console/organizations/core/views/group.view.ts:13
↓ 9 callers
Method
fromUrlB64ToArray
(str: string)
libs/common/src/platform/misc/utils.ts:118
↓ 9 callers
Method
getApplicationVersion
()
apps/web/src/app/core/web-platform-utils.service.ts:126
↓ 9 callers
Method
getCriticalApplications
* Get only applications marked as critical * * @returns Array of critical application reports
bitwarden_license/bit-common/src/dirt/access-intelligence/models/view/access-report.view.ts:91
↓ 9 callers
Method
getFromState
(id: string)
libs/common/src/tools/send/services/send.service.ts:211
↓ 9 callers
Method
getOrganizationInvite
()
libs/common/src/auth/organization-invite/default-organization-invite.service.ts:59
↓ 9 callers
Method
getPaymentMethod
* Get payment method based on selected type * If using account credit, returns a non-tokenized payment method * Otherwise, tokenizes the payment
apps/web/src/app/billing/individual/upgrade/upgrade-payment/upgrade-payment.component.ts:404
↓ 9 callers
Method
getRotatedData
* Provides re-encrypted data for the user key rotation process * @param originalUserKey The original user key, useful for decrypting data * @par
libs/key-management/src/abstractions/user-key-rotation-data-provider.abstraction.ts:18
↓ 9 callers
Method
getSingleMessage
()
libs/common/src/models/response/error.response.ts:31
↓ 9 callers
Method
getUrls
* Retrieve the urls, should only be used when configuring the environment.
libs/common/src/platform/abstractions/environment.service.ts:60
↓ 9 callers
Function
handle_extension_message
(payload: &[u8], session_bind_state: &mut SessionBindState)
apps/desktop/desktop_native/ssh_agent/src/server/connection.rs:153
↓ 9 callers
Method
has
(appId: string)
apps/desktop/src/services/biometric-message-handler.service.ts:55
↓ 9 callers
Method
hasPremiumPersonally$
(userId: UserId)
libs/common/src/billing/services/account/billing-account-profile-state.service.ts:26
↓ 9 callers
Method
isCipherRestricted
* Determines if a cipher is restricted from being viewed by the user. * * @param cipher - The cipher to check * @param restrictedTypes - Arra
libs/common/src/vault/services/restricted-item-types.service.ts:87
↓ 9 callers
Function
isForwarderExtensionId
( algorithm: CredentialAlgorithm | null, )
libs/tools/generator/core/src/metadata/util.ts:28
↓ 9 callers
Method
isUnassigned
()
libs/common/src/vault/models/view/cipher.view.ts:186
↓ 9 callers
Method
makeMasterPasswordUnlockData
( password: string, kdf: KdfConfig, salt: MasterPasswordSalt, userKey: UserKey, )
libs/common/src/key-management/master-password/services/master-password.service.ts:286
↓ 9 callers
Method
nativeFetch
(request: Request)
apps/cli/src/platform/services/node-api.service.ts:49
↓ 9 callers
Method
pendingTasks$
(userId: UserId)
libs/vault/src/services/at-risk-password-callout.service.ts:36
↓ 9 callers
Function
positionFixedWrapperDecorator
(wrapper?: (story: string) => string)
libs/components/src/stories/storybook-decorators.ts:7
↓ 9 callers
Method
postMessageToParent
* Posts a window message to the parent window. * * @param message - The message to post
apps/browser/src/autofill/overlay/inline-menu/pages/shared/autofill-inline-menu-page-element.ts:62
↓ 9 callers
Method
process
(json: unknown)
bitwarden_license/bit-common/src/dirt/access-intelligence/services/implementations/persistence/versioning/report-versioning.service.ts:29
↓ 9 callers
Method
remove
(key: string)
apps/browser/src/platform/services/local-backed-session-storage.service.ts:195
↓ 9 callers
Method
remove
(&mut self, key: &Self::KeyType)
apps/desktop/desktop_native/secure_memory/src/dpapi.rs:100
↓ 9 callers
Method
removeFromGlobal
* Remove a globally scoped location derived through the key definition * * This is for use with the state providers framework, DO NOT use for va
libs/state/src/state-migrations/migration-helper.ts:105
↓ 9 callers
Method
replace
(policies: { [id: string]: PolicyData }, userId: UserId)
libs/common/src/admin-console/services/policy/default-policy.service.ts:283
↓ 9 callers
Method
request
* Sends a request to the content script and returns the response. * AbortController signals will be forwarded to the content script. * * @par
apps/browser/src/autofill/fido2/content/messaging/messenger.ts:71
↓ 9 callers
Method
rsaExtractPublicKey
(privateKey: Uint8Array)
libs/node/src/services/node-crypto-function.service.ts:105
↓ 9 callers
Method
run
(info: chrome.contextMenus.OnClickData, tab: chrome.tabs.Tab)
apps/browser/src/autofill/browser/context-menu-clicked-handler.ts:91
↓ 9 callers
Method
senderTabHasFocusedField
* Identifies if the sender tab is the same as the focused field's tab. * * @param sender - The sender of the message
apps/browser/src/autofill/background/overlay.background.ts:3203
← previous
next →
401–500 of 16,052, ranked by callers