Member Junction
    Preparing search index...

    Interface KeyHashValidationResult

    Result of validating an API key by hash (internal validation)

    interface KeyHashValidationResult {
        APIKey?: MJAPIKeyEntity;
        Reason?: string;
        Valid: boolean;
    }
    Index

    Properties

    Properties

    The API key entity if valid

    Reason?: string

    The reason if invalid

    Valid: boolean

    Whether the key is valid