mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
Fixed bug in auth0-lock, connection_scopes should be connection_scope (#43777)
Fixed bug in auth0-lock, `connection_scopes` should be `connection_scope`
This commit is contained in:
parent
6f9520a31e
commit
7e76e9a0fd
2
types/auth0-lock/index.d.ts
vendored
2
types/auth0-lock/index.d.ts
vendored
@ -86,7 +86,7 @@ interface Auth0LockThemeOptions {
|
||||
// https://auth0.com/docs/libraries/lock/v10/sending-authentication-parameters
|
||||
interface Auth0LockAuthParamsOptions {
|
||||
access_token?: any;
|
||||
connection_scopes?: any;
|
||||
connection_scope?: any;
|
||||
device?: any;
|
||||
nonce?: any;
|
||||
protocol?: any;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user