From 9c6c52b99d79fd7fffa301fed1ab072ef0d07154 Mon Sep 17 00:00:00 2001 From: MazurDorian Date: Fri, 4 Oct 2024 16:49:13 +0300 Subject: [PATCH] chore: update docs for accessibility attribute --- src/index.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 5fcf7442..f8fe087e 100644 --- a/src/index.ts +++ b/src/index.ts @@ -126,7 +126,9 @@ export type BaseOptions = { accessControl?: ACCESS_CONTROL; /** The access group to share keychain items between apps (iOS and visionOS only). */ accessGroup?: string; - /** Specifies when a keychain item is accessible (iOS and visionOS only).*/ + /** Specifies when a keychain item is accessible (iOS and visionOS only). + * @default ACCESSIBLE.FTER_FIRST_UNLOCK + */ accessible?: ACCESSIBLE; /** Authentication type for retrieving keychain item (iOS and visionOS only). */ authenticationType?: AUTHENTICATION_TYPE;