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

    Interface CredentialRevocationCheckResponse

    interface CredentialRevocationCheckResponse {
        credentialId: string;
        reason?: string;
        status: CredentialStateEnum;
        success: boolean;
    }
    Index

    Properties

    credentialId: string
    reason?: string
    success: boolean