Uses of Class
cloud.opencode.base.oauth2.introspection.IntrospectionResult.Builder
Packages that use IntrospectionResult.Builder
-
Uses of IntrospectionResult.Builder in cloud.opencode.base.oauth2.introspection
Methods in cloud.opencode.base.oauth2.introspection that return IntrospectionResult.BuilderModifier and TypeMethodDescriptionIntrospectionResult.Builder.active(boolean active) Set the active status.Set the audience.static IntrospectionResult.BuilderIntrospectionResult.builder()Create a new builder.Set additional claims.Set the client ID.Set the expiration time.Set the issued-at time.Set the issuer.Set the JWT ID.Set the not-before time.Set the scope.Set the subject.Set the token type.Set the username.