Uses of Class
org.a2aproject.sdk.grpc.OAuth2SecurityScheme.Builder
Packages that use OAuth2SecurityScheme.Builder
-
Uses of OAuth2SecurityScheme.Builder in org.a2aproject.sdk.grpc
Methods in org.a2aproject.sdk.grpc that return OAuth2SecurityScheme.BuilderModifier and TypeMethodDescriptionOAuth2SecurityScheme.Builder.clear()OAuth2SecurityScheme.Builder.clearDescription()An optional description for the security scheme.OAuth2SecurityScheme.Builder.clearFlows()An object containing configuration information for the supported OAuth 2.0 flows.OAuth2SecurityScheme.Builder.clearOauth2MetadataUrl()URL to the OAuth2 authorization server metadata [RFC 8414](https://datatracker.ietf.org/doc/html/rfc8414).SecurityScheme.Builder.getOauth2SecuritySchemeBuilder()OAuth 2.0 authentication.OAuth2SecurityScheme.Builder.mergeFlows(OAuthFlows value) An object containing configuration information for the supported OAuth 2.0 flows.OAuth2SecurityScheme.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) OAuth2SecurityScheme.Builder.mergeFrom(com.google.protobuf.Message other) OAuth2SecurityScheme.Builder.mergeFrom(OAuth2SecurityScheme other) static OAuth2SecurityScheme.BuilderOAuth2SecurityScheme.newBuilder()static OAuth2SecurityScheme.BuilderOAuth2SecurityScheme.newBuilder(OAuth2SecurityScheme prototype) OAuth2SecurityScheme.newBuilderForType()protected OAuth2SecurityScheme.BuilderOAuth2SecurityScheme.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) OAuth2SecurityScheme.Builder.setDescription(String value) An optional description for the security scheme.OAuth2SecurityScheme.Builder.setDescriptionBytes(com.google.protobuf.ByteString value) An optional description for the security scheme.OAuth2SecurityScheme.Builder.setFlows(OAuthFlows value) An object containing configuration information for the supported OAuth 2.0 flows.OAuth2SecurityScheme.Builder.setFlows(OAuthFlows.Builder builderForValue) An object containing configuration information for the supported OAuth 2.0 flows.OAuth2SecurityScheme.Builder.setOauth2MetadataUrl(String value) URL to the OAuth2 authorization server metadata [RFC 8414](https://datatracker.ietf.org/doc/html/rfc8414).OAuth2SecurityScheme.Builder.setOauth2MetadataUrlBytes(com.google.protobuf.ByteString value) URL to the OAuth2 authorization server metadata [RFC 8414](https://datatracker.ietf.org/doc/html/rfc8414).OAuth2SecurityScheme.toBuilder()Methods in org.a2aproject.sdk.grpc with parameters of type OAuth2SecurityScheme.BuilderModifier and TypeMethodDescriptionSecurityScheme.Builder.setOauth2SecurityScheme(OAuth2SecurityScheme.Builder builderForValue) OAuth 2.0 authentication.