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

Revoke request

Link to this section Summary

Types

t()

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

Link to this section Types

Specs

t() :: %Boruta.Oauth.RevokeRequest{
  client_id: String.t(),
  client_secret: term(),
  token: String.t(),
  token_type_hint: String.t()
}

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