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