A client requesting a specific bank transfer might send a request like this:
However, based on the suffix , you are likely looking for the documentation for OAuth 2.0 Rich Authorization Requests (RAR) . This protocol allows OAuth clients to request fine-grained permissions beyond simple scopes, such as "transfer $500" rather than just "write access." 45364545444 rar
Did you have a different in mind that uses that 11-digit number? A client requesting a specific bank transfer might
: A list of strings identifying the resource servers where the permission applies. : Receives the token and verifies that the
: Receives the token and verifies that the specific action (e.g., the $100 amount) was authorized. 4. Full Documentation
Instead of using the standard scope parameter, RAR introduces the authorization_details parameter. This is a JSON array of objects, where each object defines a specific permission.