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