oauth_resource_server.rdoc

doc/oauth_resource_server.rdoc
Last Update: 2024-04-05 12:58:59 +0000

Documentation for OAuth Resource Server feature

The oauth_resource_server feature streamlines the support for an OAuth Resource Server.

www.rfc-editor.org/rfc/rfc6749#section-1.1

This feature depends on the oauth_token_introspection feature.

Auth Value Methods

is_authorization_server?

flag to signal whether it’s an authorization server, false when this feature is used.

Auth Methods

before_introspection_request

called before introspecting on a given access token (resource server only).