Ory. Model. SelfRevokeApiKeyRequest
(ory_client v1.22.48)
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 }