|
Qore Swagger Module Reference
1.0.1
|
Lists the available scopes for an OAuth2 security scheme. More...

Public Member Functions | |
| constructor (hash oh) | |
| Constructor. More... | |
Public Member Functions inherited from Swagger::ObjectBase | |
| constructor () | |
| Constructor. | |
| constructor (hash oh) | |
| Constructor. More... | |
| constructor (ObjectBase other) | |
| copy constructor | |
| initialize (hash oh) | |
| Initialize. 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... | |
Public Attributes inherited from Swagger::ObjectBase | |
| hash | vendorExtensions |
| Allows extensions to the Swagger Schema. More... | |
Lists the available scopes for an OAuth2 security scheme.
| Swagger::ScopesObject::constructor | ( | hash | 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 |