IO Wallet SDK
    Preparing search index...

    Interface CreateCredentialResponseResult

    interface CreateCredentialResponseResult {
        credentialResponse: CredentialResponse;
        credentialResponseJwt?: string;
    }
    Index

    Properties

    credentialResponse: CredentialResponse
    credentialResponseJwt?: string