Method: Jets::Router::Route::Authorizer#authorization_type

Defined in:
lib/jets/router/route/authorizer.rb

#authorization_typeObject



19
20
21
# File 'lib/jets/router/route/authorizer.rb', line 19

def authorization_type
  @options[:authorization_type] || inferred_authorization_type
end