mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Added Facebook AuthResponse grantedScopes attribute (#14585)
This commit is contained in:
parent
795687164e
commit
37f8604200
1
facebook-js-sdk/index.d.ts
vendored
1
facebook-js-sdk/index.d.ts
vendored
@ -172,6 +172,7 @@ declare namespace facebook {
|
||||
authResponse: {
|
||||
accessToken: string;
|
||||
expiresIn: number;
|
||||
grantedScopes: string;
|
||||
signedRequest: string;
|
||||
userID: string;
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user