Uses of Record Class
org.a2aproject.sdk.spec.AuthorizationCodeOAuthFlow
Packages that use AuthorizationCodeOAuthFlow
-
Uses of AuthorizationCodeOAuthFlow in org.a2aproject.sdk.spec
Methods in org.a2aproject.sdk.spec that return AuthorizationCodeOAuthFlowModifier and TypeMethodDescription@Nullable AuthorizationCodeOAuthFlowOAuthFlows.authorizationCode()Returns the value of theauthorizationCoderecord component.Methods in org.a2aproject.sdk.spec with parameters of type AuthorizationCodeOAuthFlowModifier and TypeMethodDescriptionOAuthFlows.Builder.authorizationCode(AuthorizationCodeOAuthFlow authorizationCode) Sets the authorization code flow configuration.Constructors in org.a2aproject.sdk.spec with parameters of type AuthorizationCodeOAuthFlowModifierConstructorDescriptionOAuthFlows(@Nullable AuthorizationCodeOAuthFlow authorizationCode, @Nullable ClientCredentialsOAuthFlow clientCredentials, @Nullable DeviceCodeOAuthFlow deviceCode) Creates an instance of aOAuthFlowsrecord class.