Module: AuthenticJwt::Grape::Extension

Extended by:
Extension
Included in:
Extension
Defined in:
lib/authentic_jwt/grape/extension.rb

Instance Method Summary collapse

Instance Method Details

#oauth2(value) ⇒ Object



6
7
8
9
# File 'lib/authentic_jwt/grape/extension.rb', line 6

def oauth2(value)
  route_setting(:oauth2, scope: value)
  value
end