Uses of Record Class
io.a2a.spec.ClientCredentialsOAuthFlow
Packages that use ClientCredentialsOAuthFlow
-
Uses of ClientCredentialsOAuthFlow in io.a2a.spec
Methods in io.a2a.spec that return ClientCredentialsOAuthFlowModifier and TypeMethodDescription@Nullable ClientCredentialsOAuthFlowOAuthFlows.clientCredentials()Returns the value of theclientCredentialsrecord component.Methods in io.a2a.spec with parameters of type ClientCredentialsOAuthFlowModifier and TypeMethodDescriptionOAuthFlows.Builder.clientCredentials(ClientCredentialsOAuthFlow clientCredentials) Sets the client credentials flow configuration.Constructors in io.a2a.spec with parameters of type ClientCredentialsOAuthFlowModifierConstructorDescriptionOAuthFlows(@Nullable AuthorizationCodeOAuthFlow authorizationCode, @Nullable ClientCredentialsOAuthFlow clientCredentials, @Nullable DeviceCodeOAuthFlow deviceCode) Creates an instance of aOAuthFlowsrecord class.