Uses of Class
org.a2aproject.sdk.spec.OAuthFlows.Builder
Packages that use OAuthFlows.Builder
-
Uses of OAuthFlows.Builder in org.a2aproject.sdk.spec
Methods in org.a2aproject.sdk.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.