Method: OryClient::OAuth2ConsentRequest.openapi_types
- Defined in:
- lib/ory-client/models/o_auth2_consent_request.rb
.openapi_types ⇒ Object
Attribute type mapping.
76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 |
# File 'lib/ory-client/models/o_auth2_consent_request.rb', line 76 def self.openapi_types { :'acr' => :'String', :'amr' => :'Array<String>', :'challenge' => :'String', :'client' => :'OAuth2Client', :'context' => :'Object', :'login_challenge' => :'String', :'login_session_id' => :'String', :'oidc_context' => :'OAuth2ConsentRequestOpenIDConnectContext', :'request_url' => :'String', :'requested_access_token_audience' => :'Array<String>', :'requested_scope' => :'Array<String>', :'skip' => :'Boolean', :'subject' => :'String' } end |