Uses of Class
org.a2aproject.sdk.grpc.PasswordOAuthFlow.Builder
Packages that use PasswordOAuthFlow.Builder
-
Uses of PasswordOAuthFlow.Builder in org.a2aproject.sdk.grpc
Methods in org.a2aproject.sdk.grpc that return PasswordOAuthFlow.BuilderModifier and TypeMethodDescriptionPasswordOAuthFlow.Builder.clear()PasswordOAuthFlow.Builder.clearRefreshUrl()The URL to be used for obtaining refresh tokens.PasswordOAuthFlow.Builder.clearScopes()PasswordOAuthFlow.Builder.clearTokenUrl()The token URL to be used for this flow.OAuthFlows.Builder.getPasswordBuilder()Deprecated.PasswordOAuthFlow.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) PasswordOAuthFlow.Builder.mergeFrom(com.google.protobuf.Message other) PasswordOAuthFlow.Builder.mergeFrom(PasswordOAuthFlow other) static PasswordOAuthFlow.BuilderPasswordOAuthFlow.newBuilder()static PasswordOAuthFlow.BuilderPasswordOAuthFlow.newBuilder(PasswordOAuthFlow prototype) PasswordOAuthFlow.newBuilderForType()protected PasswordOAuthFlow.BuilderPasswordOAuthFlow.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) PasswordOAuthFlow.Builder.putAllScopes(Map<String, String> values) The available scopes for the OAuth2 security scheme.The available scopes for the OAuth2 security scheme.PasswordOAuthFlow.Builder.removeScopes(String key) The available scopes for the OAuth2 security scheme.PasswordOAuthFlow.Builder.setRefreshUrl(String value) The URL to be used for obtaining refresh tokens.PasswordOAuthFlow.Builder.setRefreshUrlBytes(com.google.protobuf.ByteString value) The URL to be used for obtaining refresh tokens.PasswordOAuthFlow.Builder.setTokenUrl(String value) The token URL to be used for this flow.PasswordOAuthFlow.Builder.setTokenUrlBytes(com.google.protobuf.ByteString value) The token URL to be used for this flow.PasswordOAuthFlow.toBuilder()Methods in org.a2aproject.sdk.grpc with parameters of type PasswordOAuthFlow.BuilderModifier and TypeMethodDescriptionOAuthFlows.Builder.setPassword(PasswordOAuthFlow.Builder builderForValue) Deprecated.