Method: ContextIO::ConnectToken#first_name
- Defined in:
- lib/contextio/connect_token.rb
#first_name ⇒ String (readonly)
Returns The first name of the owner of the email account associated with this token. Will fetch from the API if necessary.
41 42 |
# File 'lib/contextio/connect_token.rb', line 41 lazy_attributes :token, :email, :created, :used, :callback_url, :service_level, :first_name, :last_name |