mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-13 08:31:10 +08:00
Added Facebook AuthResponse grantedScopes attribute (#14585)
This commit is contained in:
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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user