[auth0-js] Add prompt value in AuthorizeOptions

This commit is contained in:
Clément 2018-08-07 14:56:25 +02:00 committed by GitHub
parent 480f7557d2
commit bceea928ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -761,6 +761,7 @@ export interface AuthorizeOptions {
scope?: string;
audience?: string;
language?: string;
prompt?: string;
}
export interface CheckSessionOptions extends AuthorizeOptions {