Method: OryClient::OidcUserInfo#name

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

#nameObject

End-User’s full name in displayable form including all name parts, possibly including titles and suffixes, ordered according to the End-User’s locale and preferences.



44
45
46
# File 'lib/ory-client/models/oidc_user_info.rb', line 44

def name
  @name
end