Closed
Description
Version: 6.5.2
Code Snippet
ipm_grant = ChatGrant(
service_sid="IS3308....."
)
token = AccessToken(
account="ACfc......",
key_sid="SKf5b.....",
key_secret="pbv3x......",
[ipm_grant],
identity="Dsp:4:7",
ttl=600
).to_jwt()
Got well token. But:
Exception/Log
Client's requests (from JS and Android's actual tools) returns
{"message":"The authorization with Token failed","code":2016,"user_error":false,"params":{"description":"Could not authenticate fpa token"}}
Couple of days before all worked.
Where can be a trouble? Some changes in API? Wrong AccessToken creation?
Metadata
Metadata
Assignees
Labels
No labels