issued method

Map<String, dynamic> issued()

One-time creation or rotation response with an obvious test-only key.

Implementation

Map<String, dynamic> issued() => <String, dynamic>{
  ...metadata(),
  'apiKey': 'rt_fixture.fixture-raw-key-not-a-secret',
};