Factory method to create ApiKeyAuthentication from json.
factory ApiKeyAuthentication.fromJson(Map<String, dynamic> json) => _$ApiKeyAuthenticationFromJson(json);