Method: Forgejo::OAuth2Application.openapi_types
- Defined in:
- lib/forgejo/models/o_auth2_application.rb
.openapi_types ⇒ Object
Attribute type mapping.
56 57 58 59 60 61 62 63 64 65 66 |
# File 'lib/forgejo/models/o_auth2_application.rb', line 56 def self.openapi_types { :'client_id' => :'String', :'client_secret' => :'String', :'confidential_client' => :'Boolean', :'created' => :'Time', :'id' => :'Integer', :'name' => :'String', :'redirect_uris' => :'Array<String>' } end |