Uses of Class
io.swagger.annotations.OAuth2Definition.Flow
-
-
Uses of OAuth2Definition.Flow in io.swagger.annotations
Methods in io.swagger.annotations that return OAuth2Definition.Flow Modifier and Type Method Description OAuth2Definition.Flow
flow()
The flow used by the OAuth2 security scheme.static OAuth2Definition.Flow
OAuth2Definition.Flow. valueOf(String name)
Returns the enum constant of this type with the specified name.static OAuth2Definition.Flow[]
OAuth2Definition.Flow. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-