class Sezame::Response::Auth

represents an authentication response returns the authentication id

Public Instance Methods

get_id() click to toggle source
# File lib/sezame-sdk/response.rb, line 93
def get_id
  @data['id']
end
is_ok() click to toggle source
# File lib/sezame-sdk/response.rb, line 89
def is_ok
  get_status == 'initiated'
end