We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27d0d70 commit 263d105Copy full SHA for 263d105
packages/core/auth-js/src/lib/types.ts
@@ -1662,9 +1662,7 @@ export interface AuthOAuthServerApi {
1662
* @param authorizationId - The authorization ID from the authorization request
1663
* @returns Authorization details including client info and requested scopes
1664
*/
1665
- getAuthorizationDetails(
1666
- authorizationId: string
1667
- ): Promise<AuthOAuthAuthorizationDetailsResponse>
+ getAuthorizationDetails(authorizationId: string): Promise<AuthOAuthAuthorizationDetailsResponse>
1668
1669
/**
1670
* Approves an OAuth authorization request.
0 commit comments