Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitwarden/clients
/ functions
Functions
15,467 in github.com/bitwarden/clients
⨍
Functions
15,467
◇
Types & classes
7,351
↓ 5 callers
Method
authenticateBiometric
()
apps/desktop/src/key-management/biometrics/os-biometrics.service.ts:23
↓ 5 callers
Method
autoCompleteTypeIncludesToken
* 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:3017
↓ 5 callers
Function
b64Decode
(str: string, spaceAsPlus = false)
apps/web/src/connectors/common.ts:51
↓ 5 callers
Method
build
(o: CipherView | CipherDomain)
libs/common/src/models/export/cipher-with-ids.export.ts:11
↓ 5 callers
Method
buildSsoUrl
* 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 callers
Function
build_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 callers
Method
cacheData
* Update the cache with the new TwoFactorAuthData.
libs/auth/src/angular/two-factor-auth/two-factor-auth-component-cache.service.ts:57
↓ 5 callers
Method
callCommand
(message: Message)
apps/browser/src/background/nativeMessaging.background.ts:262
↓ 5 callers
Method
canAssignToCollections
()
libs/common/src/vault/models/view/cipher.view.ts:192
↓ 5 callers
Method
canEdit
()
apps/browser/src/vault/popup/components/vault/item-more-options/item-more-options.component.ts:157
↓ 5 callers
Method
canInteract
* 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 callers
Method
canRestoreCipher$
* * {@link CipherAuthorizationService.canRestoreCipher$}
libs/common/src/vault/services/cipher-authorization.service.ts:115
↓ 5 callers
Method
cancelInlineMenuFadeInAndPositionUpdate
* Cancels the observables that update the position and fade in of the inline menu.
apps/browser/src/autofill/background/overlay.background.ts:3322
↓ 5 callers
Method
checkNotificationQueue
* 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 callers
Method
checkVaultTimeout
()
libs/common/src/key-management/vault-timeout/services/vault-timeout.service.ts:58
↓ 5 callers
Method
cleanupTokenStorage
(userIds: UserId[])
libs/common/src/auth/services/token.service.ts:961
↓ 5 callers
Method
close
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 callers
Method
close
(dialogResult: UserVerificationDialogResult)
libs/auth/src/angular/user-verification/user-verification-dialog.component.ts:307
↓ 5 callers
Method
closeAll
()
libs/angular/src/services/modal.service.ts:53
↓ 5 callers
Method
closeDrawer
()
bitwarden_license/bit-common/src/dirt/access-intelligence/services/implementations/view/default-drawer-state.service.ts:25
↓ 5 callers
Method
connect
()
apps/desktop/desktop_native/autofill_provider/src/lib.rs:295
↓ 5 callers
Method
copyLoginPropertiesAsCustomFields
(cipher: CipherView)
libs/importer/src/importers/keeper/keeper-json-importer.ts:269
↓ 5 callers
Function
createAutofillFormMock
(customFields = {})
apps/browser/src/autofill/spec/autofill-mocks.ts:22
↓ 5 callers
Function
createFilterFunction
(filter: RoutedVaultFilterModel)
libs/vault/src/models/filter-function.ts:12
↓ 5 callers
Function
create_default_test_sign_request
(public_key: crate::crypto::PublicKey)
apps/desktop/desktop_native/ssh_agent/src/authorization.rs:139
↓ 5 callers
Function
create_test_keydata_rsa
(name: &str, cipher_id: &str)
apps/desktop/desktop_native/ssh_agent/src/storage/keystore.rs:182
↓ 5 callers
Function
debounce
( callback: FunctionType, delay: number, immediate?: boolean, )
apps/browser/src/autofill/utils/index.ts:422
↓ 5 callers
Method
decrypt
(collection: Collection, userId: UserId)
libs/admin-console/src/common/collections/services/default-collection-encryption.service.ts:17
↓ 5 callers
Method
decryptAes256
( data: Uint8Array, encryptionKey: Uint8Array, mode: "cbc" | "ecb", iv: Uint8Array = new Uint8
libs/importer/src/importers/lastpass/access/services/crypto-utils.ts:86
↓ 5 callers
Method
decryptBytes
(encString: EncString, key: SymmetricCryptoKey)
libs/common/src/key-management/crypto/services/encrypt.service.implementation.ts:52
↓ 5 callers
Method
decryptMany$
( collections: Collection[] | null, orgKeys: Record<OrganizationId, OrgKey>, )
libs/admin-console/src/common/collections/services/default-collection.service.ts:237
↓ 5 callers
Method
decryptResponsePayload
( payload: EncString, key: string, )
apps/desktop/native-messaging-test-runner/src/native-message.service.ts:226
↓ 5 callers
Function
deepLinkGuard
()
apps/web/src/app/auth/guards/deep-link/deep-link.guard.ts:15
↓ 5 callers
Method
defaults$
Gets the default options.
libs/tools/generator/extensions/navigation/src/default-generator-navigation.service.ts:35
↓ 5 callers
Method
deleteBiometricKey
(userId: UserId)
apps/desktop/src/key-management/biometrics/os-biometrics.service.ts:26
↓ 5 callers
Method
deleteBiometricUnlockKeyForUser
(userId: UserId)
apps/desktop/src/key-management/biometrics/main-biometrics.service.ts:120
↓ 5 callers
Method
destroy
()
apps/browser/src/autofill/overlay/inline-menu/abstractions/autofill-inline-menu-iframe.service.ts:36
↓ 5 callers
Method
determineStorageLocation
* 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 callers
Method
disableMethod
()
apps/web/src/app/auth/settings/two-factor/two-factor-setup-authenticator.component.ts:168
↓ 5 callers
Method
dispose
()
apps/desktop/src/platform/main/electron-storage.service.ts:49
↓ 5 callers
Method
editCipher
* Edit the given cipher or add a new cipher * @param cipherView - When set, the cipher to be edited * @param cloneCipher - `true` when the ciphe
apps/web/src/app/admin-console/organizations/collections/vault.component.ts:964
↓ 5 callers
Function
elementIsInputElement
(element: Element)
apps/browser/src/autofill/utils/index.ts:233
↓ 5 callers
Function
elementIsSelectElement
(element: Element)
apps/browser/src/autofill/utils/index.ts:242
↓ 5 callers
Method
emailToSalt
(email: string)
libs/common/src/key-management/master-password/services/master-password.service.ts:170
↓ 5 callers
Method
encrypt
(plainValue: string)
apps/cli/src/platform/services/node-env-secure-storage.service.ts:59
↓ 5 callers
Method
encryptCommandData
( commandData: DecryptedCommandData, key: string, )
apps/desktop/native-messaging-test-runner/src/native-message.service.ts:215
↓ 5 callers
Method
encryptFileData
( fileName: string, data: ArrayBuffer, key: SymmetricCryptoKey, userId: UserId, )
libs/common/src/tools/send/services/send.service.ts:369
↓ 5 callers
Method
encryptObjProperty
( model: V, obj: D, map: any, key: SymmetricCryptoKey, )
libs/common/src/vault/services/cipher.service.ts:2104
↓ 5 callers
Method
encryptRiskInsightsReport
( context: { organizationId: OrganizationId; userId: UserId; }, data: DecryptedReportD
bitwarden_license/bit-common/src/dirt/reports/risk-insights/services/domain/risk-insights-encryption.service.ts:34
↓ 5 callers
Method
encryptedFoldersState
* @returns a SingleUserState for the encrypted folders.
libs/common/src/vault/services/folder/folder.service.ts:301
↓ 5 callers
Method
executeScriptInTab
* 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 callers
Function
failure
Returns an SSH `SSH_AGENT_FAILURE` response message.
apps/desktop/desktop_native/ssh_agent/src/server/protocol.rs:37
↓ 5 callers
Method
fieldContainsAutocompleteValues
* 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 callers
Function
fitToBounds
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 callers
Method
folders$
(userId: UserId)
libs/common/src/vault/services/folder/folder.service.ts:57
↓ 5 callers
Method
formGroup
* @see {@link ViewCacheService.formGroup}
apps/browser/src/platform/popup/view-cache/popup-view-cache.service.ts:109
↓ 5 callers
Method
fromJSON
(json: Jsonify<WebAuthnLoginCredentials>)
libs/auth/src/common/models/domain/login-credentials.ts:95
↓ 5 callers
Method
fromJSON
(obj: Partial<Jsonify<CardView>> | undefined)
libs/common/src/vault/models/view/card.view.ts:83
↓ 5 callers
Function
fromSdkUserId
(userId: UserId)
libs/common/src/key-management/shared-unlock/shared-unlock-driver.ts:21
↓ 5 callers
Method
generatedBy
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 callers
Method
get
(&self, public_key: &PublicKey)
apps/desktop/desktop_native/ssh_agent/src/storage/keystore.rs:97
↓ 5 callers
Method
get
(name: string)
libs/common/src/platform/services/file-upload/azure-file-upload.service.spec.ts:18
↓ 5 callers
Method
getAllDecryptedFromState
(userId: UserId)
libs/common/src/tools/send/services/send.service.ts:233
↓ 5 callers
Method
getAllUsers
( organizationId: string, options?: { includeCollections?: boolean; includeGroups?: boolea
libs/admin-console/src/common/organization-user/services/default-organization-user-api.service.ts:54
↓ 5 callers
Method
getAssertion
( params: Fido2AuthenticatorGetAssertionParams, window: ParentWindowReference, abortController?: A
libs/common/src/platform/services/fido2/fido2-authenticator.service.ts:230
↓ 5 callers
Method
getAtRiskMembers
* 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 callers
Method
getChangePasswordUrl
* @inheritDoc
libs/common/src/vault/services/default-change-login-password.service.ts:22
↓ 5 callers
Function
getCommand
( commandDefinition: CommandDefinition<Record<string, unknown>> | string, )
libs/messaging/src/helpers.ts:6
↓ 5 callers
Method
getContainerService
* @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 callers
Method
getCredentials
(env: Environment)
libs/common/src/services/api.service.ts:1880
↓ 5 callers
Method
getDecryptedAttachmentBuffer
@inheritdoc
libs/common/src/vault/services/cipher.service.ts:1857
↓ 5 callers
Method
getElement
()
libs/components/src/input/autofocus.directive.ts:92
↓ 5 callers
Method
getEncryptedSends
Gets the encrypted sends from state for an active user
libs/common/src/tools/send/services/send-state.provider.ts:32
↓ 5 callers
Method
getFingerprintPhrase
(email: string, publicKey: Uint8Array)
libs/auth/src/common/services/auth-request/auth-request.service.ts:184
↓ 5 callers
Function
getFlatCollectionTree
( nodes: TreeNode<CollectionView | CollectionAdminView>[], )
libs/common/src/admin-console/utils/collection-utils.ts:68
↓ 5 callers
Method
getFormattedAutofillFormsData
* 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:658
↓ 5 callers
Method
getManagingOrganization
(userId: UserId)
libs/common/src/key-management/key-connector/services/key-connector.service.ts:202
↓ 5 callers
Method
getManyFromApiForOrganization
(organizationId: string)
libs/common/src/vault/services/cipher.service.ts:677
↓ 5 callers
Function
getNestedCollectionTree
( collections: (CollectionView | CollectionAdminView)[], )
libs/common/src/admin-console/utils/collection-utils.ts:12
↓ 5 callers
Function
getNotificationTestId
( notificationType: NotificationType, isConfirmation = false, )
apps/browser/src/autofill/notification/bar.ts:162
↓ 5 callers
Method
getNudgeService
(nudge: NudgeType)
libs/angular/src/vault/services/nudges.service.ts:105
↓ 5 callers
Method
getPassword
* Gets a password from all available sources. In order of priority these are: * * passwordfile * * passwordenv * * user interaction
apps/cli/src/utils.ts:218
↓ 5 callers
Function
getPermissionList
()
apps/web/src/app/admin-console/organizations/shared/components/access-selector/access-selector.models.ts:86
↓ 5 callers
Method
getProviders
()
libs/common/src/auth/two-factor/services/default-two-factor.service.ts:165
↓ 5 callers
Method
getRegion
* Retrieve the current region.
libs/common/src/platform/abstractions/environment.service.ts:55
↓ 5 callers
Method
getShadowRoot
* Attempts to get the ShadowRoot of the passed node. If support for the * extension based openOrClosedShadowRoot API is available, it will be used.
apps/browser/src/autofill/services/dom-query.service.ts:484
↓ 5 callers
Method
getStateValueByUserIdAndKeyDef
( userId: UserId, storageLocation: UserKeyDefinition<string>, )
libs/common/src/auth/services/token.service.ts:1152
↓ 5 callers
Method
getStepConfig
* Gets the configuration for a specific step.
apps/web/src/app/vault/components/coachmark/coachmark.service.ts:62
↓ 5 callers
Method
getStepConfig
( id: AccessIntelligenceCoachmarkStepId | null, )
bitwarden_license/bit-web/src/app/dirt/access-intelligence/onboarding/access-intelligence-coachmark.service.ts:90
↓ 5 callers
Method
getTreeNodeObject
* Searches a tree for a node with a matching `id` * @param {TreeNode<T extends ITreeNodeObject>} nodeTree - A single TreeNode branch that will be s
libs/common/src/vault/service-utils.ts:77
↓ 5 callers
Function
getUniqueMembers
(orgMembers: MemberDetails[])
bitwarden_license/bit-common/src/dirt/reports/risk-insights/helpers/risk-insights-data-mappers.ts:52
↓ 5 callers
Method
getUnownedTopLayerItems
(includeCandidates?: boolean)
apps/browser/src/autofill/services/abstractions/autofill-overlay-content.service.ts:43
↓ 5 callers
Method
getUserKey
* @deprecated Use {@link userKey$} with a required {@link UserId} instead.
libs/key-management/src/key.service.ts:154
↓ 5 callers
Function
get_password
Retrieves a password from the Linux Secret Service keyring.
apps/desktop/desktop_native/core/src/password/unix.rs:9
↓ 5 callers
Function
get_profile_info
(local_state: &LocalState)
apps/desktop/desktop_native/chromium_importer/src/chromium/mod.rs:278
↓ 5 callers
Method
go
(queryParams: any = null, navigateOptions?: NavigationExtras)
apps/web/src/app/vault/individual-vault/vault.component.ts:1653
↓ 5 callers
Function
guard
(obj: unknown)
bitwarden_license/bit-common/src/dirt/reports/risk-insights/helpers/type-guards/basic-type-guards.ts:242
↓ 5 callers
Function
guidToRawFormat
(guid: string)
libs/common/src/platform/services/fido2/guid-utils.ts:16
↓ 5 callers
Method
handleApiRequestError
* Handle an error response from a request to the Bitwarden API. * If the request is made with an access token (aka the user is authenticated), *
libs/common/src/services/api.service.ts:1823
↓ 5 callers
Method
hasValue
* Accepts a string and returns true if the * string is not falsy and not empty. * @param {string} str * @returns {boolean}
apps/browser/src/autofill/services/autofill.service.ts:3040
← previous
next →
801–900 of 15,467, ranked by callers