Method: OryClient::OidcUserInfo#updated_at

Defined in:
lib/ory-client/models/oidc_user_info.rb

#updated_atObject

Time the End-User’s information was last updated. Its value is a JSON number representing the number of seconds from 1970-01-01T0:0:0Z as measured in UTC until the date/time.



68
69
70
# File 'lib/ory-client/models/oidc_user_info.rb', line 68

def updated_at
  @updated_at
end