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

    Interface CredentialRevocationCheckResponseBindingDto

    interface CredentialRevocationCheckResponseBindingDto {
        credentialId: string;
        reason?: string;
        status: CredentialStateBindingEnum;
        success: boolean;
    }
    Index

    Properties

    credentialId: string
    reason?: string
    success: boolean