Skip to main content

Type Alias: BaseOptions

BaseOptions: object

Type declaration

accessGroup?

optional accessGroup: string

The access group to share keychain items between apps.

Platform

iOS, visionOS

cloudSync?

optional cloudSync: boolean

Whether to synchronize the keychain item to iCloud.

Platform

iOS

server?

optional server: string

The server name to associate with the keychain item.

service?

optional service: string

The service name to associate with the keychain item.

Default

'App bundle ID'

Defined in

types.ts:29