Method: Verizon::Client#oauth_2
- Defined in:
- lib/verizon/client.rb
#oauth_2 ⇒ Object
Returns the configured authentication oAuth2 instance.
13 14 15 |
# File 'lib/verizon/client.rb', line 13 def oauth_2 @auth_managers['oAuth2'] end |