minbi

Results 37 comments of minbi

Hi @maff91 , The expiry check is based on the local device time. We can add this as a feature request to use the server time if available. The downside...

The clock skew feature that @palpatim mentioned is used to adjust the time for service calls not for local expiry checks which is why this is a feature request.

Hi @Shusshu, Can you provide some more detail on how you are getting the Facebook token and what you are passing to Amazon Cognito? Are you exchanging the code for...

Hi @Shusshu , The oauth2/idresponse path does not accept tokens. It accepts the code that is passed back during the OAuth protocol.

I will take this request to the service team. This is currently not supported by the service.

Hi @armandr , I took a look at the code and it looks like we don't currently support passing this information back. The subscribe code returns void [on this line](https://github.com/aws-amplify/aws-sdk-ios/blob/master/AWSIoT/Internal/AWSIoTMQTTClient.m#L775)....

Thanks @MarioBajr , I will discuss with the team about the change and update you with the decision.