Uses of Class
io.swagger.v3.oas.models.security.Scopes
-
Packages that use Scopes Package Description io.swagger.v3.oas.models.security -
-
Uses of Scopes in io.swagger.v3.oas.models.security
Methods in io.swagger.v3.oas.models.security that return Scopes Modifier and Type Method Description ScopesScopes. addString(String name, String item)ScopesScopes. extensions(Map<String,Object> extensions)Deprecated.As extensions don't make sense at this levelScopesOAuthFlow. getScopes()returns the scopes property from a OAuthFlow instance.Methods in io.swagger.v3.oas.models.security with parameters of type Scopes Modifier and Type Method Description OAuthFlowOAuthFlow. scopes(Scopes scopes)voidOAuthFlow. setScopes(Scopes scopes)
-