Skip to content

Commit

Permalink
chore: update docs for accessibility attribute (#664)
Browse files Browse the repository at this point in the history
* chore: update docs for accessibility attribute

* chore: typo
  • Loading branch information
DorianMazur authored Oct 8, 2024
1 parent 4508131 commit 5cb85cf
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.AFTER_FIRST_UNLOCK
*/
accessible?: ACCESSIBLE;
/** Authentication type for retrieving keychain item (iOS and visionOS only). */
authenticationType?: AUTHENTICATION_TYPE;
Expand Down

0 comments on commit 5cb85cf

Please sign in to comment.