Member Junction
    Preparing search index...

    Result of key creation

    interface APIKeyCreateResult {
        apiKeyId?: string;
        error?: string;
        rawKey?: string;
        success: boolean;
    }
    Index

    Properties

    apiKeyId?: string
    error?: string
    rawKey?: string
    success: boolean