API reference / @evolu/common / Evolu/Public / SensitiveInfoGetRequest
Interface: SensitiveInfoGetRequest
Defined in: packages/common/src/Evolu/LocalAuth.ts:412
Extends
Properties
| Property | Modifier | Type | Description | Inherited from | Defined in |
|---|---|---|---|---|---|
accessControl? | readonly | AccessControl | Native: Desired access-control policy. The native implementation will automatically fall back to the strongest supported policy for the current device (Secure Enclave ➝ Biometry ➝ Device Credential ➝ None). | LocalAuthOptions.accessControl | packages/common/src/Evolu/LocalAuth.ts:363 |
androidBiometricsStrongOnly? | readonly | boolean | Android: Fine tune whether the hardware-authenticated key should require biometrics only. | LocalAuthOptions.androidBiometricsStrongOnly | packages/common/src/Evolu/LocalAuth.ts:369 |
authenticationPrompt? | readonly | AuthenticationPrompt | Native: Optional prompt configuration that will be shown when protected keys require user presence. | LocalAuthOptions.authenticationPrompt | packages/common/src/Evolu/LocalAuth.ts:375 |
includeValue? | readonly | boolean | Include the encrypted value when available. Defaults to true. | - | packages/common/src/Evolu/LocalAuth.ts:415 |
iosSynchronizable? | readonly | boolean | IOS: Enable keychain item synchronization via iCloud. | LocalAuthOptions.iosSynchronizable | packages/common/src/Evolu/LocalAuth.ts:353 |
key | readonly | string | - | - | packages/common/src/Evolu/LocalAuth.ts:413 |
keychainGroup? | readonly | string | IOS: Custom keychain access group. | LocalAuthOptions.keychainGroup | packages/common/src/Evolu/LocalAuth.ts:356 |
relyingPartyID? | readonly | string | Web: The relying party ID for WebAuthn. Defaults to the current hostname. | LocalAuthOptions.relyingPartyID | packages/common/src/Evolu/LocalAuth.ts:378 |
relyingPartyName? | readonly | string | Web: The relying party name for WebAuthn. Defaults to 'Evolu'. | LocalAuthOptions.relyingPartyName | packages/common/src/Evolu/LocalAuth.ts:381 |
service? | readonly | string | Native: Namespaces the stored entry. Defaults to the bundle identifier (when available) or default. | LocalAuthOptions.service | packages/common/src/Evolu/LocalAuth.ts:350 |
webAuthnAuthenticatorAttachment? | readonly | AuthenticatorAttachment | Web: The authenticator attachment for WebAuthn. Defaults to 'platform'. | LocalAuthOptions.webAuthnAuthenticatorAttachment | packages/common/src/Evolu/LocalAuth.ts:393 |
webAuthnUsername? | readonly | string | Web: The username for WebAuthn. Defaults to 'Evolu User'. | LocalAuthOptions.webAuthnUsername | packages/common/src/Evolu/LocalAuth.ts:384 |
webAuthnUserVerification? | readonly | UserVerificationRequirement | Web: The user verification requirement for WebAuthn. Defaults to 'required'. | LocalAuthOptions.webAuthnUserVerification | packages/common/src/Evolu/LocalAuth.ts:390 |