IO Wallet SDK
    Preparing search index...

    Interface BaseCredentialRequestOptions

    Base options shared across all credential request versions

    interface BaseCredentialRequestOptions {
        clientId: string;
        credential_identifier: string;
        issuerIdentifier: string;
        nonce: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    clientId: string
    credential_identifier: string
    issuerIdentifier: string
    nonce: string