lib/rodauth/features/oauth_token_introspection.rb in rodauth-oauth-1.3.2 vs lib/rodauth/features/oauth_token_introspection.rb in rodauth-oauth-1.4.0
- old
+ new
@@ -7,10 +7,10 @@
Feature.define(:oauth_token_introspection, :OauthTokenIntrospection) do
depends :oauth_base
before "introspect"
- auth_value_methods(
+ auth_methods(
:resource_owner_identifier
)
# /introspect
auth_server_route(:introspect) do |r|