Method: OryClient::OidcUserInfo#preferred_username

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

#preferred_usernameObject

Non-unique shorthand name by which the End-User wishes to be referred to at the RP, such as janedoe or j.doe. This value MAY be any valid JSON string including special characters such as @, /, or whitespace.



59
60
61
# File 'lib/ory-client/models/oidc_user_info.rb', line 59

def preferred_username
  @preferred_username
end