Uses of Class
io.a2a.spec.OAuth2SecurityScheme.Builder
Packages that use OAuth2SecurityScheme.Builder
-
Uses of OAuth2SecurityScheme.Builder in io.a2a.spec
Methods in io.a2a.spec that return OAuth2SecurityScheme.BuilderModifier and TypeMethodDescriptionstatic OAuth2SecurityScheme.BuilderOAuth2SecurityScheme.builder()Create a new BuilderOAuth2SecurityScheme.Builder.description(String description) Sets the human-readable description of the security scheme.OAuth2SecurityScheme.Builder.flows(OAuthFlows flows) Sets the OAuth flows configuration.OAuth2SecurityScheme.Builder.oauth2MetadataUrl(String oauth2MetadataUrl) Sets the OAuth 2.0 metadata URL.