![]() |
Qore Swagger Module Reference 2.2.0
|
Lists the available scopes for an OAuth2 security scheme. More...
#include <Swagger.qm.dox.h>
Inherits ObjectBase.
Public Member Methods | |
| constructor (hash< auto > oh) | |
| Constructor. More... | |
Public Attributes | |
| hash< string, string > | fields |
| Maps between a name of a scope to a short description of it (as the value of the property). More... | |
Lists the available scopes for an OAuth2 security scheme.
| ScopesObject::constructor | ( | hash< auto > | oh | ) |
Constructor.
| oh | deserialized hash from the source schema description describing the available scopes for an OAuth2 security scheme |
| INVALID-FIELD-TYPE | field has invalid type |
| hash<string, string> ScopesObject::fields |
Maps between a name of a scope to a short description of it (as the value of the property).
Hash of string values.