Member Junction
    Preparing search index...

    Result of revoking an API key

    interface RevokeAPIKeyResult {
        Error?: string;
        Success: boolean;
    }
    Index

    Properties

    Properties

    Error?: string

    Error message if operation failed

    Success: boolean

    Whether the operation succeeded