Uses of Record Class
org.a2aproject.sdk.spec.ClientCredentialsOAuthFlow
Packages that use ClientCredentialsOAuthFlow
Package
Description
JSON processing exceptions for the A2A Java SDK.
-
Uses of ClientCredentialsOAuthFlow in org.a2aproject.sdk.grpc.mapper
Methods in org.a2aproject.sdk.grpc.mapper that return ClientCredentialsOAuthFlowModifier and TypeMethodDescriptionClientCredentialsOAuthFlowMapper.fromProto(ClientCredentialsOAuthFlow proto) ClientCredentialsOAuthFlowMapperImpl.fromProto(ClientCredentialsOAuthFlow proto) Methods in org.a2aproject.sdk.grpc.mapper with parameters of type ClientCredentialsOAuthFlowModifier and TypeMethodDescriptionClientCredentialsOAuthFlowMapper.toProto(ClientCredentialsOAuthFlow domain) ClientCredentialsOAuthFlowMapperImpl.toProto(ClientCredentialsOAuthFlow domain) -
Uses of ClientCredentialsOAuthFlow in org.a2aproject.sdk.spec
Methods in org.a2aproject.sdk.spec that return ClientCredentialsOAuthFlowModifier and TypeMethodDescription@Nullable ClientCredentialsOAuthFlowOAuthFlows.clientCredentials()Returns the value of theclientCredentialsrecord component.Methods in org.a2aproject.sdk.spec with parameters of type ClientCredentialsOAuthFlowModifier and TypeMethodDescriptionOAuthFlows.Builder.clientCredentials(ClientCredentialsOAuthFlow clientCredentials) Sets the client credentials flow configuration.Constructors in org.a2aproject.sdk.spec with parameters of type ClientCredentialsOAuthFlowModifierConstructorDescriptionOAuthFlows(@Nullable AuthorizationCodeOAuthFlow authorizationCode, @Nullable ClientCredentialsOAuthFlow clientCredentials, @Nullable DeviceCodeOAuthFlow deviceCode) Creates an instance of aOAuthFlowsrecord class.