Method: OryClient::IdentityWithCredentialsOidcConfigProvider.build_from_hash
- Defined in:
- lib/ory-client/models/identity_with_credentials_oidc_config_provider.rb
.build_from_hash(attributes) ⇒ Object
Builds the object from hash
123 124 125 |
# File 'lib/ory-client/models/identity_with_credentials_oidc_config_provider.rb', line 123 def self.build_from_hash(attributes) new.build_from_hash(attributes) end |