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

    Interface ContinueIssuanceResponse

    interface ContinueIssuanceResponse {
        interactionId: string;
        keyAlgorithms?: string[];
        keyStorageSecurityLevels?: KeyStorageSecurity[];
        protocol: string;
        requiresWalletInstanceAttestation: boolean;
    }
    Index

    Properties

    interactionId: string

    For reference.

    keyAlgorithms?: string[]

    Key algorithms suitable for issuance.

    keyStorageSecurityLevels?: KeyStorageSecurity[]

    Key storage required to complete issuance.

    protocol: string

    Protocol used for issuance.

    requiresWalletInstanceAttestation: boolean

    Whether a valid WIA is required to complete issuance.