ApiKeyValidationResult constructor
const
ApiKeyValidationResult({
- required bool isValid,
- List<
String> ? permissions, - RateLimits? rateLimits,
- required String keyType,
- String? error,
- String? message,
- String? code,
- DeveloperInfo? developer,
- ApiKeyInfo? apiKey,
Implementation
const ApiKeyValidationResult({
required this.isValid,
this.permissions,
this.rateLimits,
required this.keyType,
this.error,
this.message,
this.code,
this.developer,
this.apiKey,
});