View Source Boruta.Oauth.IntrospectRequest (Boruta core v2.1.0)
Introspect request
Link to this section Summary
Types
Type representing an introspect request as stated in Introspect RFC.
Link to this section Types
Specs
t() :: %Boruta.Oauth.IntrospectRequest{ client_id: String.t(), client_secret: String.t(), token: String.t() }
Type representing an introspect request as stated in Introspect RFC.