Skip to content

Commit bfe940d

Browse files
committed
Update readme file
1 parent d4e21a0 commit bfe940d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ passport.use(new BitbucketTokenStrategy({
4343
* `accessTokenField` - Name of HTTP header, body field or query parameter where access token is stored in request
4444
* `refreshTokenField` - Name of HTTP header, body field or query parameter where refresh token is stored in request
4545
* `passReqToCallback` - Should `verify` function received as first parameter `req` object
46-
46+
* `profileWithEmail` - If `true` library will try to load profile with all emails that are associated with profile. `email` is scope that is required. If nothing is selected emails will not be loaded.
4747

4848
### Authenticate User
4949

0 commit comments

Comments
 (0)