APIKeysApi class

Constructors

APIKeysApi([ApiClient? apiClient])

Properties

apiClient ApiClient
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createApiKey(CreateApiKeyRequest createApiKeyRequest) Future<CreateApiKey200Response?>
Create an API Key
createApiKeyWithHttpInfo(CreateApiKeyRequest createApiKeyRequest) Future<Response>
Create an API Key
deleteApiKey(String apiKeyID) Future<DeleteApiKey200Response?>
Delete an API Key
deleteApiKeyWithHttpInfo(String apiKeyID) Future<Response>
Delete an API Key
getApiKey(String apiKeyID) Future<GetApiKeys200ResponseDataInner?>
Get an API Key by ID
getApiKeys(String subject, {String? type, String? includeInvalid, num? limit, num? offset, String? query}) Future<GetApiKeys200Response?>
Get API Keys
getApiKeySecret(String apiKeyID) Future<GetApiKeySecret200Response?>
Get an API Key Secret
getApiKeySecretWithHttpInfo(String apiKeyID) Future<Response>
Get an API Key Secret
getApiKeysWithHttpInfo(String subject, {String? type, String? includeInvalid, num? limit, num? offset, String? query}) Future<Response>
Get API Keys
getApiKeyWithHttpInfo(String apiKeyID) Future<Response>
Get an API Key by ID
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
revokeApiKey(String apiKeyID, RevokeApiKeyRequest revokeApiKeyRequest) Future<GetApiKeys200ResponseDataInner?>
Revoke an API Key
revokeApiKeyWithHttpInfo(String apiKeyID, RevokeApiKeyRequest revokeApiKeyRequest) Future<Response>
Revoke an API Key
toString() String
A string representation of this object.
inherited
updateApiKey(String apiKeyID, UpdateApiKeyRequest updateApiKeyRequest) Future<GetApiKeys200ResponseDataInner?>
Update an API Key
updateApiKeyWithHttpInfo(String apiKeyID, UpdateApiKeyRequest updateApiKeyRequest) Future<Response>
Update an API Key
verifyApiKey(VerifyApiKeyRequest verifyApiKeyRequest) Future<GetApiKeys200ResponseDataInner?>
Verify an API Key
verifyApiKeyWithHttpInfo(VerifyApiKeyRequest verifyApiKeyRequest) Future<Response>
Verify an API Key

Operators

operator ==(Object other) bool
The equality operator.
inherited