lib/prx_auth/rails/token.rb in prx_auth-rails-1.2.0 vs lib/prx_auth/rails/token.rb in prx_auth-rails-1.3.0
- old
+ new
@@ -26,6 +26,10 @@
end
def user_id
@token_data.user_id
end
-end
\ No newline at end of file
+
+ def authorized_account_ids(scope)
+ @token_data.authorized_account_ids(scope)
+ end
+end