mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-01 07:40:10 +00:00
Fix travis build error
This commit is contained in:
2
types/auth0-js/index.d.ts
vendored
2
types/auth0-js/index.d.ts
vendored
@@ -273,7 +273,7 @@ export class WebAuth {
|
||||
* Renews an existing session on Auth0's servers using `response_mode=web_message` (i.e. Auth0's hosted login page)
|
||||
*
|
||||
* @param options options used in {@link authorize} call
|
||||
* @param callback
|
||||
* @param callback: any(err, token_payload)
|
||||
*/
|
||||
checkSession(options: AuthorizeOptions, callback: Auth0Callback<any>): void;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user