IO Wallet SDK
    Preparing search index...

    Interface CredentialRequestOptionsV1_0

    Options for creating a credential request with v1.0 Does NOT include keyAttestation parameter

    interface CredentialRequestOptionsV1_0 {
        callbacks: Pick<CallbackContext, "signJwt">;
        clientId: string;
        config: IoWalletSdkConfig<V1_0>;
        credential_identifier: string;
        issuerIdentifier: string;
        nonce: string;
        signer: JwtSignerJwk;
    }

    Hierarchy (View Summary)

    Index

    Properties

    callbacks: Pick<CallbackContext, "signJwt">
    clientId: string
    config: IoWalletSdkConfig<V1_0>
    credential_identifier: string
    issuerIdentifier: string
    nonce: string
    signer: JwtSignerJwk