mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
adding connection_scope to auth0-js AuthorizeOptions (#42263)
updating connection_scope to include string[]
This commit is contained in:
2
types/auth0-js/index.d.ts
vendored
2
types/auth0-js/index.d.ts
vendored
@@ -5,6 +5,7 @@
|
||||
// Peter Blazejewicz <https://github.com/peterblazejewicz>
|
||||
// Bartosz Kotrys <https://github.com/bkotrys>
|
||||
// Mark Nelissen <https://github.com/marknelissen>
|
||||
// Tyler Lindell <https://github.com/tylerlindell>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
|
||||
export as namespace auth0;
|
||||
@@ -950,6 +951,7 @@ export interface AuthorizeOptions {
|
||||
accessType?: string;
|
||||
approvalPrompt?: string;
|
||||
appState?: any;
|
||||
connection_scope?: string | string[];
|
||||
}
|
||||
|
||||
export interface CheckSessionOptions extends AuthorizeOptions {
|
||||
|
||||
Reference in New Issue
Block a user