View Source Boruta.Oauth.RevokeRequest (Boruta core v2.3.3)

Revoke request

Summary

Types

t()

Type representing an revoke request as stated in OAuth 2.0 Token revocation RFC.

Types

@type t() :: %Boruta.Oauth.RevokeRequest{
  client_authentication: %{type: String.t(), value: String.t()},
  client_id: String.t(),
  token: String.t(),
  token_type_hint: String.t()
}

Type representing an revoke request as stated in OAuth 2.0 Token revocation RFC.