mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-15 01:54:36 +00: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