class OAuth2::Strategy::Implicit
Public Instance Methods
get_token(*)
click to toggle source
Not used for this strategy
@raise [NotImplementedError]
# File lib/oauth2/strategy/implicit.rb, line 24 def get_token(*) fail(NotImplementedError, 'The token is accessed differently in this strategy') end