ResendApiKeysClient class

The client for the Resend API Keys API

Constructors

ResendApiKeysClient.new({required String apiKey})
Constructor of ResendApiKeysClient

Properties

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(String name, {ResendApiKeyPermission? permission, String? domainId}) Future<ResendResult<ResendCreateApiKeyResponse>>
Add a new API key to authenticate communications with Resend.
deleteApiKey(String apiKeyId) Future<ResendResult<ResendDeleteApiKeyResponse>>
Remove an existing API key.
listApiKeys() Future<ResendResult<ResendListApiKeysResponse>>
Retrieve a list of API keys for the authenticated user.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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