public interface SecurityRequirement
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Get the name of the security definition that this security
requirement refers to.
|
java.util.List<java.lang.String> |
getScopes()
Get the list of OAuth2 scopes that are required for this
security requirement.
|
java.lang.String getName()
java.util.List<java.lang.String> getScopes()