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