CredentialPresentmentSet

A set of credentials that can be presented together.

If optional is false the application must present the credentials in exactly one of the elements in the options list. All members in an option must be presented.

If options has more than one element an application would typically present these in an user interface for the user to select.

Properties

Link copied to clipboard
abstract val optional: Boolean

false if the credential set must be presented, true if it's optional.

Link copied to clipboard

a list of different credentials that can be presented. Contains at least one option and may contain more.