Skip to content

Commit 263d105

Browse files
committed
fix(auth): format
1 parent 27d0d70 commit 263d105

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/core/auth-js/src/lib/types.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1662,9 +1662,7 @@ export interface AuthOAuthServerApi {
16621662
* @param authorizationId - The authorization ID from the authorization request
16631663
* @returns Authorization details including client info and requested scopes
16641664
*/
1665-
getAuthorizationDetails(
1666-
authorizationId: string
1667-
): Promise<AuthOAuthAuthorizationDetailsResponse>
1665+
getAuthorizationDetails(authorizationId: string): Promise<AuthOAuthAuthorizationDetailsResponse>
16681666

16691667
/**
16701668
* Approves an OAuth authorization request.

0 commit comments

Comments
 (0)