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