Method: OryClient::Identity#id
- Defined in:
- lib/ory-client/models/identity.rb
#id ⇒ Object
ID is the identity’s unique identifier. The Identity ID can not be changed and can not be chosen. This ensures future compatibility and optimization for distributed stores such as CockroachDB.
26 27 28 |
# File 'lib/ory-client/models/identity.rb', line 26 def id @id end |