Skip to content

Commit 5bc8198

Browse files
fix: update authorizationParams to authorization_params in Auth0ContextInterface
1 parent 048896e commit 5bc8198

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/auth0-context.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ export interface Auth0ContextInterface<TUser extends User = User>
127127
* await connectAccountWithRedirect({
128128
* connection: 'google-oauth2',
129129
* scopes: ['openid', 'profile', 'email', 'https://www.googleapis.com/auth/drive.readonly'],
130-
* authorizationParams: {
130+
* authorization_params: {
131131
* // additional authorization params to forward to the authorization server
132132
* }
133133
* });

0 commit comments

Comments
 (0)