Class: Keybase::Request::Sig

Inherits:
Base
  • Object
show all
Defined in:
lib/keybase/request/sig/post_auth.rb

Class Method Summary collapse

Methods inherited from Base

get, post

Class Method Details

.post_auth(email_or_username, sig) ⇒ Object



7
8
9
10
# File 'lib/keybase/request/sig/post_auth.rb', line 7

def self.post_auth(email_or_username, sig)
  post('sig/post_auth.json', email_or_username: email_or_username,
                             sig: sig)['auth_token']
end