MCPcopy Create free account

hub / github.com/bitwarden/clients / functions

Functions15,467 in github.com/bitwarden/clients

↓ 3 callersMethoddestroyMenu
()
libs/components/src/menu/menu-trigger-for.directive.ts:164
↓ 3 callersMethoddetermineVisibleBanners
Determine which banners should be present
apps/web/src/app/vault/individual-vault/vault-banners/vault-banners.component.ts:83
↓ 3 callersMethoddisabled
()
libs/components/src/checkbox/checkbox.component.ts:172
↓ 3 callersMethoddisconnect
()
apps/desktop/src/app/layout/desktop-layout.component.spec.ts:37
↓ 3 callersMethoddisconnect
()
libs/components/src/table/table-data-source.ts:85
↓ 3 callersMethoddisconnectFromInactivity
()
apps/browser/src/platform/notifications/foreground-server-notifications.service.ts:28
↓ 3 callersMethoddiscountAppliesToProduct
(productId: string)
apps/web/src/app/billing/organizations/organization-subscription-cloud.component.ts:486
↓ 3 callersMethoddisplay$
(organization: Organization, configService: ConfigService)
apps/web/src/app/admin-console/organizations/policies/policy-edit-definitions/require-sso.component.ts:28
↓ 3 callersMethoddisposeAll
()
libs/components/src/popover/popover-anchor-for.directive.ts:204
↓ 3 callersFunctiondistinctIfShallowMatch
()
libs/common/src/tools/rx.ts:105
↓ 3 callersMethoddoAutoFillOnTab
* 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:594
↓ 3 callersMethoddoAutofill
()
apps/browser/src/vault/popup/components/vault/view/view.component.ts:344
↓ 3 callersMethoddropCriticalApp
(request: PasswordHealthReportApplicationDropRequest)
bitwarden_license/bit-common/src/dirt/reports/risk-insights/services/api/critical-apps-api.service.ts:41
↓ 3 callersMethodeditCipher
(cipher: CipherView | CipherListView, cloneMode?: boolean)
apps/web/src/app/vault/individual-vault/vault.component.ts:1039
↓ 3 callersFunctioneffectivePlatform
(target)
apps/desktop/desktop_native/build.js:122
↓ 3 callersMethodemergencyAccessId
()
apps/web/src/app/auth/settings/emergency-access/view/emergency-view-dialog.component.ts:66
↓ 3 callersMethodencodeRFC3986URIComponent
* encodeURIComponent escapes all characters except the following: * alphabetic, decimal digits, - _ . ! ~ * ' ( ) * https://developer.mozilla.or
libs/common/src/platform/misc/utils.ts:702
↓ 3 callersMethodencrypt
(&self, plaintext: &[u8])
apps/desktop/desktop_native/core/src/secure_memory/secure_key/mod.rs:44
↓ 3 callersMethodencrypt
( model: SendView, file: File | ArrayBuffer, password: string, userKey?: SymmetricCryptoKey,
libs/common/src/tools/send/services/send.service.ts:58
↓ 3 callersMethodencryptMany
(models: CipherView[], userId: UserId)
libs/common/src/vault/services/cipher.service.ts:302
↓ 3 callersMethodencryptUserKeyWithMasterKey
* @deprecated Please use `makeMasterPasswordUnlockData` in {@link MasterPasswordService} instead.
libs/key-management/src/key.service.ts:271
↓ 3 callersMethodendProcessing
()
bitwarden_license/bit-web/src/app/admin-console/providers/manage/services/provider-actions/provider-actions.service.ts:28
↓ 3 callersFunctionendpointToString
(endpoint: Endpoint)
libs/common/src/platform/ipc/ipc-session-repository.ts:58
↓ 3 callersFunctionenforceConstant
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 callersMethodenrollPersistentBiometricIfNeeded
(userId: UserId)
apps/desktop/src/app/accounts/settings.component.ts:490
↓ 3 callersMethodenrollPersistentBiometricIfNeeded
(userId: UserId)
apps/desktop/src/app/accounts/settings-dialog.component.ts:513
↓ 3 callersMethodensureConfigFetched
()
libs/common/src/platform/services/config/default-config.service.ts:218
↓ 3 callersMethodensureConnected
()
apps/browser/src/key-management/biometrics/background-browser-biometrics.service.ts:225
↓ 3 callersFunctionerrorOnChange
( extract: (value: Input) => Extracted = identity, error: (expectedValue: Extracted, actualValue: Extracte
libs/common/src/tools/rx.ts:54
↓ 3 callersFunctionexampleOrganization1
()
libs/state/src/state-migrations/migrations/40-move-organization-state-to-state-provider.spec.ts:9
↓ 3 callersFunctionexampleProvider1
()
libs/state/src/state-migrations/migrations/28-move-provider-state-to-state-provider.spec.ts:8
↓ 3 callersMethodexpectEmission
* 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 callersMethodextension
(site: SiteId, vendor: VendorId)
libs/common/src/tools/extension/runtime-extension-registry.ts:199
↓ 3 callersMethodextractSessionFromLoginResponse
( response: Document, keyIterationCount: number, clientInfo: ClientInfo, )
libs/importer/src/importers/lastpass/access/services/client.ts:511
↓ 3 callersMethodfetchJson
( rpc: JsonRpc<Parameters, Result>, params: Parameters, )
libs/common/src/tools/integration/rpc/rest-client.ts:19
↓ 3 callersMethodfillForm
(fillScript: AutofillScript, showAnimations?: boolean)
apps/browser/src/autofill/services/abstractions/insert-autofill-content.service.ts:4
↓ 3 callersMethodfilterData
(data: T[])
libs/components/src/table/table-data-source.ts:103
↓ 3 callersMethodfilterRestrictedCiphers
* 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 callersMethodfindUsernameField
* 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:2754
↓ 3 callersFunctionflagEnabled
(flag: keyof Flags)
libs/common/src/platform/misc/flags.ts:33
↓ 3 callersMethodflush
Persist any pending changes immediately. No-op if nothing is pending.
apps/desktop/src/platform/main/storage/storage-backend.ts:12
↓ 3 callersMethodfocusedFieldMatchesAccountCreationType
* Validates whether the currently focused field has an account * creation field type that matches the provided field type. * * @param fieldTy
apps/browser/src/autofill/background/overlay.background.ts:942
↓ 3 callersFunctionforbiddenCharacters
(characters: string[])
libs/components/src/form-field/bit-validators/forbidden-characters.validator.ts:3
↓ 3 callersFunctionformContainsKeyword
( form: AutofillForm, keywords: readonly string[], mode: KeywordMatchMode = KeywordMatchMode.AppearsWith
apps/browser/src/autofill/utils/qualification.ts:110
↓ 3 callersFunctionframe
Wraps a message body in a 4-byte big-endian length prefix.
apps/desktop/desktop_native/ssh_agent/src/server/protocol.rs:119
↓ 3 callersMethodfromB64ToUtf8
(b64Str: string)
libs/common/src/platform/misc/utils.ts:416
↓ 3 callersMethodfromListResponse
(response: ListResponse<PolicyResponse>)
libs/common/src/admin-console/models/domain/policy.ts:45
↓ 3 callersMethodfromParts
( encryptionType: EncryptionType, iv: Uint8Array, data: Uint8Array, mac: Uint8Array | undefine
libs/common/src/platform/models/domain/enc-array-buffer.ts:59
↓ 3 callersMethodfromResponse
* Initializes a new instance of the WebAuthnPrfUserDecryptionOption from a response object. * @param response The WebAuthn PRF user decryption opti
libs/auth/src/common/models/domain/user-decryption-options.ts:72
↓ 3 callersMethodfromResponse
(response: PolicyResponse)
libs/common/src/admin-console/models/domain/policy.ts:41
↓ 3 callersMethodfromSdkFido2CredentialView
* Converts the SDK Fido2CredentialView to a Fido2CredentialView.
libs/common/src/vault/models/view/fido2-credential.view.ts:73
↓ 3 callersMethodfromView$
* Creates an encrypted domain model from a decrypted view model. * * @param view - The decrypted view model to encrypt. * @param encryptionSe
bitwarden_license/bit-common/src/dirt/access-intelligence/models/domain/access-report.ts:121
↓ 3 callersFunctionfunctionToObservable
(func: FunctionReturningAwaitable)
libs/components/src/utils/function-to-observable.ts:10
↓ 3 callersMethodgenerate
()
apps/desktop/src/app/components/avatar.component.ts:64
↓ 3 callersFunctiongenerateDomainMatchPatterns
(url: string)
apps/browser/src/autofill/utils/index.ts:453
↓ 3 callersMethodgenerateNewReport$
(orgId: OrganizationId)
bitwarden_license/bit-common/src/dirt/access-intelligence/services/implementations/view/default-access-intelligence-data.service.ts:138
↓ 3 callersMethodgeneratePassword
(key: string, userId: string)
apps/desktop/native-messaging-test-runner/src/native-message.service.ts:146
↓ 3 callersFunctiongenerateRandomChars
(length: number)
apps/browser/src/autofill/utils/index.ts:13
↓ 3 callersMethodget
(id: string, userId: UserId)
libs/common/src/vault/services/folder/folder.service.ts:107
↓ 3 callersMethodget
(key: string)
libs/storage-core/src/memory-storage.service.ts:18
↓ 3 callersMethodgetAccessPolicyRequest
( granteeId: string, view: UserAccessPolicyView | GroupAccessPolicyView | ServiceAccountAccessPolicyVi
bitwarden_license/bit-web/src/app/secrets-manager/shared/access-policies/access-policy.service.ts:293
↓ 3 callersMethodgetAccessTokenKey
(userId: UserId)
libs/common/src/auth/services/token.service.ts:231
↓ 3 callersMethodgetActiveAlarms
* Gets the active alarms from state.
apps/browser/src/platform/services/task-scheduler/browser-task-scheduler.service.ts:245
↓ 3 callersMethodgetActiveUserOrganizationSsoIdentifier
(userId: UserId)
libs/common/src/auth/services/sso-login/sso-login.service.ts:83
↓ 3 callersMethodgetAdminAuthRequest
(userId: UserId)
libs/auth/src/common/services/auth-request/auth-request.service.ts:66
↓ 3 callersMethodgetAllFrameDetails
* Gets all frames associated with a tab. * * @param tabId - The id of the tab to get the frames for.
apps/browser/src/platform/browser/browser-api.ts:616
↓ 3 callersMethodgetApplicationVersion
()
apps/cli/src/platform/services/cli-platform-utils.service.ts:99
↓ 3 callersMethodgetAtRiskApplicationCountForMember
* Count the applications a member is flagged at-risk in. * * @param memberId - Organization user ID * @param options.criticalOnly - Restrict
bitwarden_license/bit-common/src/dirt/access-intelligence/models/view/access-report.view.ts:168
↓ 3 callersMethodgetAttachmentDownloadUrl
( cipherId: string, attachmentView: AttachmentView, )
libs/common/src/vault/services/cipher.service.ts:2085
↓ 3 callersMethodgetAutoEnrollStatus
(identifier: string)
libs/common/src/admin-console/services/organization/organization-api.service.ts:91
↓ 3 callersMethodgetAvailableUnlockOptions$
(userId: UserId)
apps/web/src/app/key-management/lock/services/web-lock-component.service.ts:47
↓ 3 callersMethodgetBannerDismissedState
Returns banners that have already been dismissed
apps/web/src/app/vault/individual-vault/vault-banners/services/vault-banners.service.ts:103
↓ 3 callersMethodgetBiometricKey
(userId: UserId)
apps/desktop/src/key-management/biometrics/os-biometrics.service.ts:24
↓ 3 callersMethodgetBiometricsFirstUnlockStatusForUser
(userId: UserId)
apps/desktop/src/key-management/biometrics/os-biometrics.service.ts:27
↓ 3 callersMethodgetBiometricsStatusForUser
(id: UserId)
apps/browser/src/key-management/biometrics/foreground-browser-biometrics.ts:45
↓ 3 callersMethodgetBrowserClientVendor
(clientWindow: Window)
apps/browser/src/platform/browser/browser-api.ts:221
↓ 3 callersFunctiongetByIds
(ids: TId[])
libs/common/src/platform/misc/rxjs-operators.ts:16
↓ 3 callersMethodgetByOrgIdAndOrgDomainId
( orgId: string, orgDomainId: string, )
libs/common/src/admin-console/services/organization-domain/org-domain-api.service.ts:35
↓ 3 callersMethodgetBySecretId
(secretId: string)
bitwarden_license/bit-web/src/app/secrets-manager/secrets/secret.service.ts:59
↓ 3 callersMethodgetCachedCipherView
* Returns the cached CipherView when available.
libs/vault/src/cipher-form/services/default-cipher-form-cache.service.ts:51
↓ 3 callersMethodgetCachedData
* Returns the cached TwoFactorAuthData (when available).
libs/auth/src/angular/two-factor-auth/two-factor-auth-component-cache.service.ts:75
↓ 3 callersFunctiongetCardBrandIcon
(paymentMethod: MaskedPaymentMethod | null)
apps/web/src/app/billing/payment/types/masked-payment-method.ts:34
↓ 3 callersMethodgetCipherForUrl
( url: string, userId: UserId, lastUsed: boolean, lastLaunched: boolean, autofillOnPageLoa
libs/common/src/vault/services/cipher.service.ts:2330
↓ 3 callersMethodgetClientExtensionResults
()
apps/web/src/app/auth/core/services/webauthn-login/webauthn-login-admin.service.spec.ts:433
↓ 3 callersMethodgetClientExtensionResults
()
libs/common/src/auth/services/webauthn-login/webauthn-login.service.spec.ts:302
↓ 3 callersMethodgetCodeVerifier
()
libs/common/src/auth/services/sso-login/sso-login.service.ts:47
↓ 3 callersMethodgetCollections
(organizationId: string)
libs/common/src/services/api.service.ts:666
↓ 3 callersMethodgetConfiguration
()
bitwarden_license/bit-common/src/dirt/organization-integrations/models/organization-integration.ts:29
↓ 3 callersMethodgetCurrentSession
()
apps/desktop/src/autofill/services/desktop-fido2-user-interface.service.ts:60
↓ 3 callersMethodgetCurrentTab
* Fetch the currently open browser tab
apps/browser/src/platform/browser/browser-api.ts:282
↓ 3 callersMethodgetDarwinNMHS
()
apps/desktop/src/main/native-messaging.main.ts:392
↓ 3 callersMethodgetDecrypted$
(id: string, userId: UserId)
libs/common/src/vault/services/folder/folder.service.ts:113
↓ 3 callersMethodgetDecryptedCiphers
(userId: UserId)
libs/common/src/vault/services/cipher.service.ts:472
↓ 3 callersMethodgetDeviceByIdentifier
* Get device by identifier * @param deviceIdentifier - client generated id (not device id in DB)
libs/common/src/auth/services/devices-api.service.implementation.ts:37
↓ 3 callersMethodgetDeviceKey
(userId: UserId)
libs/common/src/key-management/device-trust/services/device-trust.service.implementation.ts:335
↓ 3 callersMethodgetDevices
()
libs/common/src/auth/services/devices-api.service.implementation.ts:48
↓ 3 callersMethodgetDialogDismissedState
Returns the SingleUserState for the dialog dismissed state
apps/web/src/app/vault/services/web-vault-extension-prompt.service.ts:64
↓ 3 callersMethodgetElectronFormat
()
apps/desktop/src/autofill/models/main-autotype-keyboard-shortcut.ts:56
↓ 3 callersMethodgetEmail
()
libs/auth/src/common/services/login-strategies/login-strategy.service.ts:131
↓ 3 callersMethodgetEmail
()
libs/common/src/auth/services/token.service.ts:1057
← previousnext →1,501–1,600 of 15,467, ranked by callers