Method: Webmaster::Api::Authorization#auth_code
- Defined in:
- lib/webmaster/api/authorization.rb
#auth_code ⇒ Object
Strategy token
23 24 25 26 |
# File 'lib/webmaster/api/authorization.rb', line 23 def auth_code self.verify_oauth! self.oauth.auth_code end |