Uses of Record Class
io.a2a.spec.OAuthFlows
Packages that use OAuthFlows
-
Uses of OAuthFlows in io.a2a.spec
Methods in io.a2a.spec that return OAuthFlowsModifier and TypeMethodDescriptionOAuthFlows.Builder.build()Builds a new immutable OAuthFlows instance.OAuth2SecurityScheme.flows()Returns the value of theflowsrecord component.Methods in io.a2a.spec with parameters of type OAuthFlowsModifier and TypeMethodDescriptionOAuth2SecurityScheme.Builder.flows(OAuthFlows flows) Sets the OAuth flows configuration.Constructors in io.a2a.spec with parameters of type OAuthFlowsModifierConstructorDescriptionOAuth2SecurityScheme(OAuthFlows flows, @Nullable String description, @Nullable String oauth2MetadataUrl) Compact constructor with validation.