View Source Boruta.Oauth.IntrospectRequest (Boruta core v2.3.3)
Introspect request
Summary
Types
Type representing an introspect request as stated in Introspect RFC.
Types
@type t() :: %Boruta.Oauth.IntrospectRequest{ client_authentication: %{type: String.t(), value: String.t()}, client_id: String.t(), token: String.t() }
Type representing an introspect request as stated in Introspect RFC.