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