Skip to content

Commit 05b45ac

Browse files
committed
fix(auth): update the client obj keys
1 parent 78646e5 commit 05b45ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1630,11 +1630,11 @@ export interface GoTrueAdminOAuthApi {
16301630
*/
16311631
export type OAuthAuthorizationClient = {
16321632
/** Unique identifier for the OAuth client (UUID) */
1633-
client_id: string
1633+
id: string
16341634
/** Human-readable name of the OAuth client */
1635-
client_name: string
1635+
name: string
16361636
/** URI of the OAuth client's website */
1637-
client_uri: string
1637+
uri: string
16381638
/** URI of the OAuth client's logo */
16391639
logo_uri: string
16401640
}

0 commit comments

Comments
 (0)