Uses of Record Class
cloud.opencode.base.oauth2.introspection.IntrospectionResult
Packages that use IntrospectionResult
-
Uses of IntrospectionResult in cloud.opencode.base.oauth2.introspection
Methods in cloud.opencode.base.oauth2.introspection that return IntrospectionResultModifier and TypeMethodDescriptionIntrospectionResult.Builder.build()Build the IntrospectionResult.TokenIntrospection.introspect(String token) Introspect a token without a type hint.TokenIntrospection.introspect(String token, String tokenTypeHint) Introspect a token with an optional type hint.