Skip to content

Commit

Permalink
Updated description of authorization_details parameter as suggested i…
Browse files Browse the repository at this point in the history
…n review comments
  • Loading branch information
gyaneshgouraw-okta committed Apr 15, 2024
1 parent 38eabec commit 1a9585e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/auth/oauth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ export interface PushedAuthorizationRequest extends ClientCredentials {
code_challenge?: string;

/**
* A JSON stringified an array of objects. It Can carry fine-grained authorization data in OAuth messages as part of Rich Authorization Requests(RAR) {@link https://auth0.com/docs/get-started/authentication-and-authorization-flow/authorization-code-flow/authorization-code-flow-with-rar | Reference}
* A JSON stringified array of objects. It can carry fine-grained authorization data in OAuth messages as part of Rich Authorization Requests (RAR) {@link https://auth0.com/docs/get-started/authentication-and-authorization-flow/authorization-code-flow/authorization-code-flow-with-rar | Reference}
*/
authorization_details?: string;

Expand Down

0 comments on commit 1a9585e

Please sign in to comment.