We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06824b3 commit 9c6c52bCopy full SHA for 9c6c52b
src/index.ts
@@ -126,7 +126,9 @@ export type BaseOptions = {
126
accessControl?: ACCESS_CONTROL;
127
/** The access group to share keychain items between apps (iOS and visionOS only). */
128
accessGroup?: string;
129
- /** Specifies when a keychain item is accessible (iOS and visionOS only).*/
+ /** Specifies when a keychain item is accessible (iOS and visionOS only).
130
+ * @default ACCESSIBLE.FTER_FIRST_UNLOCK
131
+ */
132
accessible?: ACCESSIBLE;
133
/** Authentication type for retrieving keychain item (iOS and visionOS only). */
134
authenticationType?: AUTHENTICATION_TYPE;
0 commit comments