Module: BWAPI::Client::SSO

Included in:
BWAPI::Client
Defined in:
lib/bwapi/client/sso.rb

Overview

SSO module for sso endpoint

Instance Method Summary collapse

Instance Method Details

#sso(id) ⇒ Hashie::Mash

Note:

must have sso oauth_token

Authorize another user for access

Parameters:

  • The user id

Returns:

  • User authorization

See Also:



13
14
15
# File 'lib/bwapi/client/sso.rb', line 13

def sso id
  get "sso/#{id}"
end