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