authTestApiKeyMetadata function
Creates public API-key metadata from a persisted test record.
Implementation
AuthApiKey authTestApiKeyMetadata(AuthApiKeyRecord record, {DateTime? now}) =>
record.toPublic(now: now);
Creates public API-key metadata from a persisted test record.
AuthApiKey authTestApiKeyMetadata(AuthApiKeyRecord record, {DateTime? now}) =>
record.toPublic(now: now);