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
↓ 8 callers
Method
clearCache
()
libs/auth/src/common/services/login-strategies/login-strategy.service.ts:277
↓ 8 callers
Method
close
()
apps/desktop/src/autofill/services/desktop-fido2-user-interface.service.ts:372
↓ 8 callers
Method
close
()
bitwarden_license/bit-web/src/app/admin-console/organizations/manage/scim-api-key-dialog.component.ts:84
↓ 8 callers
Method
close
(success: boolean)
libs/angular/src/auth/components/user-verification-prompt.component.ts:74
↓ 8 callers
Method
configuration$
(userId: UserId)
libs/auto-confirm/src/services/default-auto-confirm.service.ts:110
↓ 8 callers
Method
connect
()
apps/browser/src/background/nativeMessaging.background.ts:93
↓ 8 callers
Function
createAutofillPageDetailsMock
(customFields = {})
apps/browser/src/autofill/spec/autofill-mocks.ts:74
↓ 8 callers
Function
createPortSpyMock
(name: string)
apps/browser/src/autofill/spec/autofill-mocks.ts:277
↓ 8 callers
Function
create_test_keydata_ed25519
(name: &str, cipher_id: &str)
apps/desktop/desktop_native/ssh_agent/src/storage/keystore.rs:162
↓ 8 callers
Method
decrypt
(userId: UserId)
libs/common/src/tools/send/models/domain/send.ts:82
↓ 8 callers
Method
decrypt
* Decrypts a cipher using either the SDK or the legacy method based on the feature flag. * @param cipher The cipher to decrypt. * @param userId
libs/common/src/vault/services/cipher.service.ts:510
↓ 8 callers
Method
delete
(s: SendView)
libs/angular/src/tools/send/send.component.ts:206
↓ 8 callers
Method
endProcessing
()
apps/web/src/app/admin-console/organizations/members/services/member-actions/member-actions.service.ts:61
↓ 8 callers
Method
fromArrayToByteString
* Converts a Uint8Array to a byte string (each byte as a character). * @param arr - The Uint8Array to convert. * @returns The byte string repres
libs/common/src/platform/misc/utils.ts:213
↓ 8 callers
Method
fromArrayToUrlB64
(arr: Uint8Array | null)
libs/common/src/platform/misc/utils.ts:197
↓ 8 callers
Method
fromCollectionData
(obj: CollectionData)
libs/common/src/admin-console/models/collections/collection.ts:39
↓ 8 callers
Method
fromData
(data: ApplicationHealthData)
bitwarden_license/bit-common/src/dirt/access-intelligence/models/view/application-health.view.ts:163
↓ 8 callers
Method
fromUrlB64ToArray
(str: string)
libs/common/src/platform/misc/utils.ts:118
↓ 8 callers
Method
getAuthStatus
(userId?: string)
libs/common/src/auth/services/auth.service.ts:103
↓ 8 callers
Method
getFromState
(id: string)
libs/common/src/tools/send/services/send.service.ts:211
↓ 8 callers
Method
getKdfConfig$
(userId: UserId)
libs/key-management/src/kdf-config.service.ts:52
↓ 8 callers
Method
getLastSync
()
apps/cli/src/vault/sync.command.ts:30
↓ 8 callers
Method
getNudgeStatus$
(nudgeType: NudgeType, userId: UserId)
libs/angular/src/vault/services/default-single-nudge.service.ts:31
↓ 8 callers
Method
getService
()
libs/common/src/tools/send/services/send-api-service.selector.ts:49
↓ 8 callers
Method
getTabFromCurrentWindow
()
apps/browser/src/platform/browser/browser-api.ts:266
↓ 8 callers
Method
getUrlEquivalentDomains
(url: string)
libs/common/src/autofill/services/domain-settings.service.ts:294
↓ 8 callers
Method
get_all_public_keys_and_names
(&self)
apps/desktop/desktop_native/ssh_agent/src/storage/keystore.rs:106
↓ 8 callers
Method
handleError
(error: GetSendAccessTokenError)
apps/cli/src/tools/send/commands/receive.command.ts:197
↓ 8 callers
Function
identityTokenResponseFactory
( masterPasswordPolicyResponse: MasterPasswordPolicyResponse | undefined = undefined, userDecryptionOption
libs/auth/src/common/login-strategies/login.strategy.spec.ts:95
↓ 8 callers
Function
ifEnabledSemanticLoggerProvider
( enable: boolean, logService: LogService, context: Jsonify<Context>, )
libs/common/src/tools/log/factory.ts:75
↓ 8 callers
Method
init
()
apps/browser/src/autofill/background/abstractions/overlay.background.ts:323
↓ 8 callers
Method
isAtRisk
* Determines if the cipher is "at risk" based on any health issue
bitwarden_license/bit-common/src/dirt/access-intelligence/models/view/cipher-health.view.ts:69
↓ 8 callers
Function
isIpcMessage
(message: any)
libs/common/src/platform/ipc/ipc-message.ts:21
↓ 8 callers
Function
isReadonlyOrDisabledFormFieldElement
( formFieldElement: FormFieldElement, autofillFieldData?: AutofillFieldReadonlyDisabledState, )
apps/browser/src/autofill/utils/index.ts:363
↓ 8 callers
Method
items
()
apps/desktop/src/main/menu/menu.help.ts:21
↓ 8 callers
Method
logoutCallback
(logoutReason: LogoutReason, userId?: UserId)
apps/browser/src/background/main.background.ts:594
↓ 8 callers
Method
masterPasswordPolicyOptions$
( userId: UserId, policies?: Policy[], )
libs/common/src/admin-console/services/policy/default-policy.service.ts:106
↓ 8 callers
Method
memberOrganizations$
(userId: UserId)
libs/common/src/admin-console/services/organization/default-organization.service.ts:46
↓ 8 callers
Method
messageListener
( name: string, callback: ( message: any, sender: chrome.runtime.MessageSender, send
apps/browser/src/platform/browser/browser-api.ts:629
↓ 8 callers
Method
nativeFetch
(request: Request)
libs/common/src/services/api.service.ts:1342
↓ 8 callers
Function
normalizeExpiryYearFormat
(yearInput: string | number)
libs/common/src/autofill/utils/index.ts:21
↓ 8 callers
Method
nudgeStatus$
(nudgeType: NudgeType, userId: UserId)
libs/angular/src/vault/services/default-single-nudge.service.ts:13
↓ 8 callers
Method
openDrawer
Opens a dialog in the side drawer. Returns `undefined` if the currently-open drawer has a * closePredicate that prevented it from closing, otherwis
libs/components/src/dialog/dialog.service.ts:360
↓ 8 callers
Method
openSimpleDialogRef
* Opens a simple dialog. * * You should probably use `openSimpleDialog` instead, unless you need to programmatically close the dialog. * *
libs/components/src/dialog/dialog.service.ts:411
↓ 8 callers
Method
parseXml
(data: string)
libs/importer/src/importers/base-importer.spec.ts:19
↓ 8 callers
Function
policyDrawerMeta
( title: string, policy: BasePolicyEditDefinition, )
apps/web/src/app/admin-console/organizations/policies/policy-drawer-story.helper.ts:34
↓ 8 callers
Function
positionFixedWrapperDecorator
(wrapper?: (story: string) => string)
libs/components/src/stories/storybook-decorators.ts:7
↓ 8 callers
Method
proofOfDecryption
(masterPassword: string, userId: UserId)
libs/common/src/key-management/master-password/services/default-master-password-unlock.service.ts:42
↓ 8 callers
Method
randomBytes
(length: number)
libs/node/src/services/node-crypto-function.service.ts:121
↓ 8 callers
Method
refresh
Trigger a refresh of the vault data
apps/desktop/src/vault/app/vault-v3/vault.component.ts:963
↓ 8 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
↓ 8 callers
Method
restoreWithServer
(id: string, userId: UserId, asAdmin = false)
libs/common/src/vault/services/cipher.service.ts:1748
↓ 8 callers
Method
run
()
apps/web/src/app/platform/web-migration-runner.ts:20
↓ 8 callers
Method
run
(userId: UserId, masterPassword: string | null)
libs/auth/src/common/services/login-success-handler/default-login-success-handler.service.ts:19
↓ 8 callers
Method
setModalMode
* Sets the modal mode of the application. Setting this changes the windows-size and other properties. * @param value `true` if the application is i
apps/desktop/src/platform/services/desktop-settings.service.ts:246
↓ 8 callers
Method
setUserKeyInMemoryIfAutoUserKeySet
* The presence of the user key in memory dictates whether the user's vault is locked or unlocked. * However, for users that have the auto unlock us
libs/common/src/platform/services/user-auto-unlock-key.service.ts:24
↓ 8 callers
Method
show
()
apps/desktop/src/main/window.main.ts:274
↓ 8 callers
Function
singleOrganizationPolicyApplies$
(userId: UserId, policyService: PolicyService)
libs/common/src/admin-console/abstractions/organization/organization.service.abstraction.ts:79
↓ 8 callers
Method
startProcessing
(length?: number)
apps/web/src/app/admin-console/organizations/members/services/member-actions/member-actions.service.ts:49
↓ 8 callers
Function
test_ed25519_key_blob
Returns the SSH wire-format public key blob for the test Ed25519 key.
apps/desktop/desktop_native/ssh_agent/tests/common.rs:114
↓ 8 callers
Method
toView
(send: SendResponse, view = new SendView())
apps/cli/src/tools/send/models/send.response.ts:36
↓ 8 callers
Method
unarchiveWithServer
(ids: CipherId | CipherId[], userId: UserId)
libs/common/src/vault/services/default-cipher-archive.service.ts:78
↓ 8 callers
Method
unwrapDecapsulationKey
( wrappedDecapsulationKey: EncString, wrappingKey: SymmetricCryptoKey, )
libs/common/src/key-management/crypto/services/encrypt.service.implementation.ts:122
↓ 8 callers
Method
url
determine the URL of the lookup * @param request describes the state of the integration site * @param helper supplies logic from bitwarden spe
libs/common/src/tools/integration/rpc/rpc-definition.ts:18
↓ 8 callers
Method
userPrivateKey$
(userId: UserId)
libs/key-management/src/key.service.ts:662
↓ 8 callers
Method
validateObject
(requestedObject: string, validObjects: string[])
apps/cli/src/vault.program.ts:39
↓ 8 callers
Method
verify
(orgId: string, orgDomainId: string)
libs/common/src/admin-console/services/organization-domain/org-domain-api.service.ts:73
↓ 8 callers
Method
withPinSettingsClient
( userId: UserId, passedInFunction: (pinSettingsClient: PinSettingsClient) => Promise<TResult>, )
libs/common/src/key-management/pin/pin.service.implementation.ts:74
↓ 8 callers
Function
write_ssh_string
(buf: &mut Vec<u8>, data: &[u8])
apps/desktop/desktop_native/ssh_agent/src/server/mod.rs:212
↓ 7 callers
Method
accountCryptographicState$
(userId: UserId)
libs/common/src/key-management/account-cryptography/default-account-cryptographic-state.service.ts:21
↓ 7 callers
Function
apply
(payload: &[u8])
apps/desktop/desktop_native/ssh_agent/src/server/session_bind.rs:124
↓ 7 callers
Method
attachments
()
apps/web/src/app/vault/components/vault-items/vault-cipher-row.component.ts:463
↓ 7 callers
Method
authenticationToken
look up a service API's authentication token * @param options.base64 when `true`, base64 encodes the result. Defaults to `false`. * @param opt
libs/common/src/tools/integration/integration-context.ts:61
↓ 7 callers
Method
authorize
(&self, request: &AuthRequest)
apps/desktop/desktop_native/ssh_agent/src/authorization.rs:64
↓ 7 callers
Method
availableVaultTimeoutActions$
(userId?: UserId)
libs/common/src/key-management/vault-timeout/services/vault-timeout-settings.service.ts:94
↓ 7 callers
Method
baseUrl
Lookup the integration's baseUrl * @returns the baseUrl for the API's integration point. * - By default this is defined by the metadata *
libs/common/src/tools/integration/integration-context.ts:28
↓ 7 callers
Method
buildTypeTree
( head: CipherTypeFilter, array?: CipherTypeFilter[], )
libs/vault/src/services/vault-filter.service.ts:304
↓ 7 callers
Method
clearKeys
(userId: UserId)
libs/key-management/src/key.service.ts:445
↓ 7 callers
Method
connect
()
apps/browser/src/autofill/fido2/services/browser-fido2-user-interface.service.ts:352
↓ 7 callers
Method
create
(serviceContainer: ServiceContainer)
bitwarden_license/bit-cli/src/admin-console/device-approval/deny.command.ts:68
↓ 7 callers
Method
createDefault
()
libs/key-management/src/models/kdf-config.ts:26
↓ 7 callers
Function
deleteAtomic
( stateProvider: StateProvider, userId: UserId, keyDefinition: UserKeyDefinition<T>, )
libs/common/src/key-management/state-bridge.ts:67
↓ 7 callers
Method
deleteAttachmentWithServer
( id: string, attachmentId: string, userId: UserId, admin: boolean = false, )
libs/common/src/vault/services/cipher.service.ts:1539
↓ 7 callers
Method
derive_key
(&self)
apps/desktop/desktop_native/core/src/biometric/mod.rs:78
↓ 7 callers
Function
disabledSemanticLoggerProvider
( _context: Jsonify<Context>, )
libs/common/src/tools/log/factory.ts:17
↓ 7 callers
Method
doAutoFill
* Autofill a given tab with a given login item * @param {AutoFillOptions} options Instructions about the autofill operation, including tab and logi
apps/browser/src/autofill/services/autofill.service.ts:466
↓ 7 callers
Function
elementIsFillableFormField
( formFieldElement: FormFieldElement, )
apps/browser/src/autofill/utils/index.ts:200
↓ 7 callers
Method
enable
* Enables a pop-up warning before the user exits the window/tab, or navigates away. * This warns the user that they may lose unsaved data if they l
apps/browser/src/popup/services/popup-close-warning.service.ts:16
↓ 7 callers
Method
encryptedCollections$
(userId: UserId)
libs/admin-console/src/common/collections/services/default-collection.service.ts:65
↓ 7 callers
Method
event
(event: VaultItemEvent<C>)
apps/web/src/app/vault/components/vault-items/vault-items.component.ts:407
↓ 7 callers
Method
everHadUserKey$
(userId: UserId)
libs/key-management/src/key.service.ts:139
↓ 7 callers
Method
findSingleCopyableItem
(cipher: CipherViewLike, items: CipherItem[])
libs/vault/src/components/item-copy-actions/item-copy-actions.component.ts:116
↓ 7 callers
Function
flush
()
apps/desktop/src/autofill/services/ssh-agent.service.spec.ts:23
↓ 7 callers
Method
generate$
(dependencies: OnDependency<GenerateRequest> & BoundDependency<"account", Account>)
libs/tools/generator/core/src/services/default-credential-generator.service.ts:60
↓ 7 callers
Method
get$
* Observable that emits when the configuration for a specific hostname changes. * * @param hostname - The server hostname * @returns Observab
apps/desktop/src/platform/services/server-communication-config/server-communication-config.repository.ts:43
↓ 7 callers
Method
getActiveBearerToken
(userId: UserId)
libs/common/src/services/api.service.ts:1315
↓ 7 callers
Method
getAndClearLoginRedirectUrl
* Fetch and clear persisted LoginRedirectUrl if present in state
apps/web/src/app/core/router.service.ts:112
↓ 7 callers
Method
getBrowserAction
* Returns the supported BrowserAction API based on the manifest version.
apps/browser/src/platform/browser/browser-api.ts:855
↓ 7 callers
Method
getCipher
(id: string, filter?: (c: CipherView) => boolean)
apps/cli/src/commands/get.command.ts:144
↓ 7 callers
Method
getFileName
(prefix: string = "", format = "csv")
libs/tools/export-vault-core/src/services/export-helper.ts:2
← previous
next →
501–600 of 15,467, ranked by callers