Description
Abstract: Resource Indicators are an extension to the OAuth 2.0 Authorization Framework defining request parameters that enable a client to explicitly signal to an authorization server about the identity of the protected resource(s) to which it is requesting access.
Spec: https://www.rfc-editor.org/rfc/rfc8707.html
The oauth2-swift
library should be able to create and handle the Resource Indicators requests which allow clients to specify exact resources and scopes assigned to tokens.