Interface ApiKey

Export

ApiKey

interface ApiKey {
    apiKey?: string;
    created?: Date;
    expires?: Date;
    keyName: string;
    userId: string;
}

Properties

apiKey?: string

Memberof

ApiKey

created?: Date

The instant this Key was created, in ISO-8601 format with offset and timezone ('yyyy-MM-dd'T'HH:mm:ssZ'['VV']'')

Memberof

ApiKey

expires?: Date

When this key expires, in ISO-8601 format with offset and timezone ('yyyy-MM-dd'T'HH:mm:ssZ'['VV']'')

Memberof

ApiKey

keyName: string

Memberof

ApiKey

userId: string

Memberof

ApiKey