RequestOptionsCredential

data class RequestOptionsCredential(val credentialScheme: ConstantIndex.CredentialScheme, val representation: ConstantIndex.CredentialRepresentation = ConstantIndex.CredentialRepresentation.PLAIN_JWT, val requestedAttributes: List<String>? = null, val requestedOptionalAttributes: List<String>? = null)(source)

Constructors

Link copied to clipboard
constructor(credentialScheme: ConstantIndex.CredentialScheme, representation: ConstantIndex.CredentialRepresentation = ConstantIndex.CredentialRepresentation.PLAIN_JWT, requestedAttributes: List<String>? = null, requestedOptionalAttributes: List<String>? = null)

Properties

Link copied to clipboard

Credential type to request, or null to make no restrictions

Link copied to clipboard

List of attributes that shall be requested explicitly (selective disclosure), or null to make no restrictions

Link copied to clipboard

List of attributes that shall be requested explicitly (selective disclosure), but are not required (i.e. marked as optional), or null to make no restrictions