moto/issues/2672 | Formatted using black
This commit is contained in:
parent
68d882e6c0
commit
a8e1a3bf08
2 changed files with 4 additions and 1 deletions
|
|
@ -108,7 +108,9 @@ class CognitoIdpUserPool(BaseModel):
|
|||
|
||||
return user_pool_json
|
||||
|
||||
def create_jwt(self, client_id, username, token_use, expires_in=60 * 60, extra_data={}):
|
||||
def create_jwt(
|
||||
self, client_id, username, token_use, expires_in=60 * 60, extra_data={}
|
||||
):
|
||||
now = int(time.time())
|
||||
payload = {
|
||||
"iss": "https://cognito-idp.{}.amazonaws.com/{}".format(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue