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 TypeMethodDescriptionOAuthFlows.clientCredentials()Returns the value of theclientCredentialsrecord component.Methods in io.a2a.spec with parameters of type ClientCredentialsOAuthFlowModifier and TypeMethodDescriptionOAuthFlows.Builder.clientCredentials(ClientCredentialsOAuthFlow clientCredentials) Constructors in io.a2a.spec with parameters of type ClientCredentialsOAuthFlowModifierConstructorDescriptionOAuthFlows(AuthorizationCodeOAuthFlow authorizationCode, ClientCredentialsOAuthFlow clientCredentials, ImplicitOAuthFlow implicit, PasswordOAuthFlow password) Creates an instance of aOAuthFlowsrecord class.