Uses of Record Class
org.a2aproject.sdk.spec.OAuthFlows
Packages that use OAuthFlows
Package
Description
JSON processing exceptions for the A2A Java SDK.
-
Uses of OAuthFlows in org.a2aproject.sdk.grpc.mapper
Methods in org.a2aproject.sdk.grpc.mapper that return OAuthFlowsModifier and TypeMethodDescriptionOAuthFlowsMapper.fromProto(OAuthFlows proto) OAuthFlowsMapperImpl.fromProto(OAuthFlows proto) Methods in org.a2aproject.sdk.grpc.mapper with parameters of type OAuthFlowsModifier and TypeMethodDescriptionOAuthFlowsMapper.toProto(OAuthFlows domain) OAuthFlowsMapperImpl.toProto(OAuthFlows domain) -
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.