Class IntrospectionRequest
java.lang.Object
io.micronaut.security.endpoints.introspection.IntrospectionRequest
A parameter representing the token along with optional parameters representing
additional context that is known by the protected resource to aid the authorization server in its response.
- Since:
- 2.1.0
- Author:
- Sergio del Amo
- See Also:
-
Constructor Details
-
IntrospectionRequest
-
-
Method Details
-
getToken
- Returns:
- The string value of the token
-
getTokenTypeHint
- Returns:
- A hint about the type of the token submitted for introspection.
-
getToken_type_hint
- Returns:
- A hint about the type of the token submitted for introspection.
-
toString
-