Boruta core v1.0.0-rc.2 Boruta.Oauth.RevokeRequest View Source
Revoke request
Link to this section Summary
Types
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.