Ory. Model. SelfRevokeApiKeyRequest
(ory_client v1.22.40)
Copy Markdown
SelfRevokeAPIKeyRequest allows an API key holder to revoke their own key by providing the full key secret as proof of possession.
Summary
Types
@type t() :: %Ory.Model.SelfRevokeApiKeyRequest{ credential: String.t() | nil, reason: Ory.Model.RevocationReason.t() | nil }