isEligible
A Boolean value that indicates whether the app or app extension is eligible to start a credential session.
Declaration
static var isEligible: Bool { get async throws }Mentioned in
Discussion
Always check the value of this property before calling startSession() to dynamically determine if the current device and user configuration can use the Secure Element credential service.
The most common errors are:
CredentialSession.ErrorCode.resourceUnavailable: The system service is temporarily unavailable.