Sha256: 1bdfb6d60a92ff04c4237358bf817809869f7a2988e1e90e4497023a11cb1119
Contents?: true
Size: 925 Bytes
Versions: 15
Compression:
Stored size: 925 Bytes
Contents
# OryHydraClient::SubmitSelfServiceLoginFlow ## Class instance methods ### `openapi_one_of` Returns the list of classes defined in oneOf. #### Example ```ruby require 'ory-client' OryHydraClient::SubmitSelfServiceLoginFlow.openapi_one_of # => # [ # :'SubmitSelfServiceLoginFlowWithPasswordMethod' # ] ``` ### build Find the appropriate object from the `openapi_one_of` list and casts the data into it. #### Example ```ruby require 'ory-client' OryHydraClient::SubmitSelfServiceLoginFlow.build(data) # => #<SubmitSelfServiceLoginFlowWithPasswordMethod:0x00007fdd4aab02a0> OryHydraClient::SubmitSelfServiceLoginFlow.build(data_that_doesnt_match) # => nil ``` #### Parameters | Name | Type | Description | | ---- | ---- | ----------- | | **data** | **Mixed** | data to be matched against the list of oneOf items | #### Return type - `SubmitSelfServiceLoginFlowWithPasswordMethod` - `nil` (if no type matches)
Version data entries
15 entries across 15 versions & 1 rubygems