Uses of Record Class
org.a2aproject.sdk.spec.AuthorizationCodeOAuthFlow
Packages that use AuthorizationCodeOAuthFlow
Package
Description
JSON processing exceptions for the A2A Java SDK.
-
Uses of AuthorizationCodeOAuthFlow in org.a2aproject.sdk.grpc.mapper
Methods in org.a2aproject.sdk.grpc.mapper that return AuthorizationCodeOAuthFlowModifier and TypeMethodDescriptionAuthorizationCodeOAuthFlowMapper.fromProto(AuthorizationCodeOAuthFlow proto) AuthorizationCodeOAuthFlowMapperImpl.fromProto(AuthorizationCodeOAuthFlow proto) Methods in org.a2aproject.sdk.grpc.mapper with parameters of type AuthorizationCodeOAuthFlowModifier and TypeMethodDescriptionAuthorizationCodeOAuthFlowMapper.toProto(AuthorizationCodeOAuthFlow domain) AuthorizationCodeOAuthFlowMapperImpl.toProto(AuthorizationCodeOAuthFlow domain) -
Uses of AuthorizationCodeOAuthFlow in org.a2aproject.sdk.spec
Methods in org.a2aproject.sdk.spec that return AuthorizationCodeOAuthFlowModifier and TypeMethodDescription@Nullable AuthorizationCodeOAuthFlowOAuthFlows.authorizationCode()Returns the value of theauthorizationCoderecord component.Methods in org.a2aproject.sdk.spec with parameters of type AuthorizationCodeOAuthFlowModifier and TypeMethodDescriptionOAuthFlows.Builder.authorizationCode(AuthorizationCodeOAuthFlow authorizationCode) Sets the authorization code flow configuration.Constructors in org.a2aproject.sdk.spec with parameters of type AuthorizationCodeOAuthFlowModifierConstructorDescriptionOAuthFlows(@Nullable AuthorizationCodeOAuthFlow authorizationCode, @Nullable ClientCredentialsOAuthFlow clientCredentials, @Nullable DeviceCodeOAuthFlow deviceCode) Creates an instance of aOAuthFlowsrecord class.