Skip to content

Commit 9c6c52b

Browse files
committed
chore: update docs for accessibility attribute
1 parent 06824b3 commit 9c6c52b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/index.ts

+3-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,9 @@ export type BaseOptions = {
126126
accessControl?: ACCESS_CONTROL;
127127
/** The access group to share keychain items between apps (iOS and visionOS only). */
128128
accessGroup?: string;
129-
/** Specifies when a keychain item is accessible (iOS and visionOS only).*/
129+
/** Specifies when a keychain item is accessible (iOS and visionOS only).
130+
* @default ACCESSIBLE.FTER_FIRST_UNLOCK
131+
*/
130132
accessible?: ACCESSIBLE;
131133
/** Authentication type for retrieving keychain item (iOS and visionOS only). */
132134
authenticationType?: AUTHENTICATION_TYPE;

0 commit comments

Comments
 (0)