Uses of Class
io.a2a.spec.OAuthFlows.Builder
Packages that use OAuthFlows.Builder
-
Uses of OAuthFlows.Builder in io.a2a.spec
Methods in io.a2a.spec that return OAuthFlows.BuilderModifier and TypeMethodDescriptionOAuthFlows.Builder.authorizationCode(AuthorizationCodeOAuthFlow authorizationCode) Sets the authorization code flow configuration.static OAuthFlows.BuilderOAuthFlows.builder()Create a new BuilderOAuthFlows.Builder.clientCredentials(ClientCredentialsOAuthFlow clientCredentials) Sets the client credentials flow configuration.OAuthFlows.Builder.deviceCode(DeviceCodeOAuthFlow deviceCode) Sets the device code flow configuration.