Boruta core v0.1.0-rc.5 Boruta.Oauth.IntrospectRequest View Source

Introspect request

Link to this section Summary

Types

t()

Type representing an introspect request as stated in Introspect RFC.

Link to this section Types

Link to this type

t()

View Source
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.