Skip to content

Commit

Permalink
chore: update docs for accessibility attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
DorianMazur committed Oct 4, 2024
1 parent 06824b3 commit 9c6c52b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 9c6c52b

Please sign in to comment.