Uses of Record Class
org.a2aproject.sdk.spec.DeviceCodeOAuthFlow
Packages that use DeviceCodeOAuthFlow
Package
Description
JSON processing exceptions for the A2A Java SDK.
-
Uses of DeviceCodeOAuthFlow in org.a2aproject.sdk.grpc.mapper
Methods in org.a2aproject.sdk.grpc.mapper that return DeviceCodeOAuthFlowModifier and TypeMethodDescriptionprotected DeviceCodeOAuthFlowOAuthFlowsMapperImpl.deviceCodeOAuthFlowToDeviceCodeOAuthFlow1(DeviceCodeOAuthFlow deviceCodeOAuthFlow) Methods in org.a2aproject.sdk.grpc.mapper with parameters of type DeviceCodeOAuthFlowModifier and TypeMethodDescriptionprotected DeviceCodeOAuthFlowOAuthFlowsMapperImpl.deviceCodeOAuthFlowToDeviceCodeOAuthFlow(DeviceCodeOAuthFlow 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.