IosIdentityDocumentRegistrationStatus

Runtime authorization state of Apple's IdentityDocumentServices provider registration.

Mirrors IdentityDocumentProviderRegistrationStore.Status, which only Swift can read. Each storedValue is the stable identifier written to the shared App Group container, so it is a cross-language wire value and must not be derived from the enum-entry name.

Entries

Link copied to clipboard

The user authorized this wallet as an identity-document provider.

Link copied to clipboard

The user has not yet been asked.

Link copied to clipboard

The user declined, or authorization was revoked.

Link copied to clipboard

This device cannot act as an identity-document provider.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Stable identifier persisted in the shared container.

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.