OpenId4VciClaimsPathPointer
@Serializable
A claims path pointer is a pointer into the Verifiable Credential, identifying one or more claims. A claims path pointer MUST be a non-empty array of strings, nulls and integers. A claims path pointer can be processed, which means it is applied to a credential. The results of processing are the referenced claims.
Constructors
Link copied to clipboard
constructor(segment: OpenId4VciClaimsPathPointerSegment?, vararg segments: OpenId4VciClaimsPathPointerSegment?)
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
operator fun plus(other: Iterable<OpenId4VciClaimsPathPointerSegment?>): OpenId4VciClaimsPathPointer
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard