Package io.quarkus.oidc
Class TokenIntrospection
- java.lang.Object
-
- io.quarkus.oidc.runtime.AbstractJsonObjectResponse
-
- io.quarkus.oidc.TokenIntrospection
-
public class TokenIntrospection extends AbstractJsonObjectResponse
Represents a token introspection result
-
-
Constructor Summary
Constructors Constructor Description TokenIntrospection()TokenIntrospection(jakarta.json.JsonObject json)TokenIntrospection(String introspectionJson)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetIntrospectionString()-
Methods inherited from class io.quarkus.oidc.runtime.AbstractJsonObjectResponse
contains, get, getAllProperties, getArray, getBoolean, getJsonObject, getLong, getNonNullJsonString, getObject, getPropertyNames, getString
-
-