@procivis/react-native-one-core
    Preparing search index...

    Interface InvitationResultCredentialIssuance

    interface InvitationResultCredentialIssuance {
        interactionId: string;
        keyAlgorithms?: string[];
        keyStorageSecurityLevels?: KeyStorageSecurity[];
        txCode?: OpenID4VCITxCode;
    }
    Index

    Properties

    interactionId: string

    For reference.

    keyAlgorithms?: string[]

    Accepted algorithms for holder binding key

    keyStorageSecurityLevels?: KeyStorageSecurity[]

    Accepted storage security levels for holder binding key

    Metadata for entering a transaction code. If a pre-authorized code is issued with a transaction code object, the wallet user must input a transaction code to receive the offered credential. This code is typically sent through a separate channel such as SMS or email.