ClaimMatchValueType

sealed class ClaimMatchValueType

The expected value used to match a claim. Exactly one member is set.

Inheritors

Types

Link copied to clipboard

A single string value to match the claim against.

Link copied to clipboard

A list of string values to match the claim against.

Link copied to clipboard

Functions

Link copied to clipboard

Casts this ClaimMatchValueType as a MatchValueString and retrieves its kotlin.String value. Throws an exception if the ClaimMatchValueType is not a MatchValueString.

Link copied to clipboard

Casts this ClaimMatchValueType as a MatchValueStringList and retrieves its kotlin.collections.List value. Throws an exception if the ClaimMatchValueType is not a MatchValueStringList.

Link copied to clipboard

Casts this ClaimMatchValueType as a MatchValueStringList and retrieves its kotlin.collections.List value. Returns null if the ClaimMatchValueType is not a MatchValueStringList.

Link copied to clipboard

Casts this ClaimMatchValueType as a MatchValueString and retrieves its kotlin.String value. Returns null if the ClaimMatchValueType is not a MatchValueString.