Uses of Class
org.a2aproject.sdk.grpc.DeviceCodeOAuthFlow.Builder
Packages that use DeviceCodeOAuthFlow.Builder
-
Uses of DeviceCodeOAuthFlow.Builder in org.a2aproject.sdk.grpc
Methods in org.a2aproject.sdk.grpc that return DeviceCodeOAuthFlow.BuilderModifier and TypeMethodDescriptionDeviceCodeOAuthFlow.Builder.clear()DeviceCodeOAuthFlow.Builder.clearDeviceAuthorizationUrl()The device authorization endpoint URL.DeviceCodeOAuthFlow.Builder.clearRefreshUrl()The URL to be used for obtaining refresh tokens.DeviceCodeOAuthFlow.Builder.clearScopes()DeviceCodeOAuthFlow.Builder.clearTokenUrl()The token URL to be used for this flow.OAuthFlows.Builder.getDeviceCodeBuilder()Configuration for the OAuth Device Code flow.DeviceCodeOAuthFlow.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DeviceCodeOAuthFlow.Builder.mergeFrom(com.google.protobuf.Message other) DeviceCodeOAuthFlow.Builder.mergeFrom(DeviceCodeOAuthFlow other) static DeviceCodeOAuthFlow.BuilderDeviceCodeOAuthFlow.newBuilder()static DeviceCodeOAuthFlow.BuilderDeviceCodeOAuthFlow.newBuilder(DeviceCodeOAuthFlow prototype) DeviceCodeOAuthFlow.newBuilderForType()protected DeviceCodeOAuthFlow.BuilderDeviceCodeOAuthFlow.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) DeviceCodeOAuthFlow.Builder.putAllScopes(Map<String, String> values) The available scopes for the OAuth2 security scheme.The available scopes for the OAuth2 security scheme.DeviceCodeOAuthFlow.Builder.removeScopes(String key) The available scopes for the OAuth2 security scheme.DeviceCodeOAuthFlow.Builder.setDeviceAuthorizationUrl(String value) The device authorization endpoint URL.DeviceCodeOAuthFlow.Builder.setDeviceAuthorizationUrlBytes(com.google.protobuf.ByteString value) The device authorization endpoint URL.DeviceCodeOAuthFlow.Builder.setRefreshUrl(String value) The URL to be used for obtaining refresh tokens.DeviceCodeOAuthFlow.Builder.setRefreshUrlBytes(com.google.protobuf.ByteString value) The URL to be used for obtaining refresh tokens.DeviceCodeOAuthFlow.Builder.setTokenUrl(String value) The token URL to be used for this flow.DeviceCodeOAuthFlow.Builder.setTokenUrlBytes(com.google.protobuf.ByteString value) The token URL to be used for this flow.DeviceCodeOAuthFlow.toBuilder()Methods in org.a2aproject.sdk.grpc with parameters of type DeviceCodeOAuthFlow.BuilderModifier and TypeMethodDescriptionOAuthFlows.Builder.setDeviceCode(DeviceCodeOAuthFlow.Builder builderForValue) Configuration for the OAuth Device Code flow.