@veraid/kliento
    Preparing search index...

    Interface TokenBundleVerification

    The result of verifying a token bundle.

    interface TokenBundleVerification {
        claims: ClaimSet;
        subjectId: string;
    }
    Index

    Properties

    Properties

    claims: ClaimSet

    The claims in the token bundle.

    subjectId: string

    The id of the member that signed the token bundle.

    For example, example.com or alice@example.com.