Class OAuth2SecurityScheme
java.lang.Object
io.github.springwolf.asyncapi.v3.model.ExtendableObject
io.github.springwolf.asyncapi.v3.model.security_scheme.SecurityScheme
io.github.springwolf.asyncapi.v3.model.security_scheme.OAuth2SecurityScheme
- All Implemented Interfaces:
Reference
-
Field Summary
Fields inherited from class io.github.springwolf.asyncapi.v3.model.ExtendableObject
extensionFields -
Constructor Summary
ConstructorsConstructorDescriptionOAuth2SecurityScheme(@NotNull OAuthFlows flows, List<String> scopes, String description, String ref) -
Method Summary
Methods inherited from class io.github.springwolf.asyncapi.v3.model.security_scheme.SecurityScheme
getRefMethods inherited from class io.github.springwolf.asyncapi.v3.model.ExtendableObject
readExtensionProperty
-
Constructor Details
-
OAuth2SecurityScheme
public OAuth2SecurityScheme(@NotNull @NotNull OAuthFlows flows, List<String> scopes, String description, String ref)
-