Uses of Record Class
org.a2aproject.sdk.spec.ClientCredentialsOAuthFlow
Packages that use ClientCredentialsOAuthFlow
-
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.