Method: OryClient::RegistrationFlow.openapi_types
- Defined in:
- lib/ory-client/models/registration_flow.rb
.openapi_types ⇒ Object
Attribute type mapping.
70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 |
# File 'lib/ory-client/models/registration_flow.rb', line 70 def self.openapi_types { :'active' => :'IdentityCredentialsType', :'expires_at' => :'Time', :'id' => :'String', :'issued_at' => :'Time', :'oauth2_login_challenge' => :'String', :'oauth2_login_request' => :'OAuth2LoginRequest', :'request_url' => :'String', :'return_to' => :'String', :'transient_payload' => :'Object', :'type' => :'String', :'ui' => :'UiContainer' } end |