Skip to content

Commit 466fb37

Browse files
add missing return properties
1 parent e665b5b commit 466fb37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auth0/authentication/get_token.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ def federated_connection_token(
292292
login_hint (str, optional): The login hint to use.
293293
294294
Returns:
295-
access_token, expires_in, scope
295+
access_token, expires_in, scope, issued_token_type, token_type
296296
"""
297297

298298
data = {

0 commit comments

Comments
 (0)