Credentials expiration date is not set since the expires_in value is an Int64 #439
Labels
needs investigation
An issue that has more questions to answer or otherwise needs work to fully understand the issue
Describe the problem
The expiration date is not being set for the Credentials object upon initialization since the provided data type is not handled.
What was the expected behavior?
I expect the Credentials object to set a valid expiration date.
Reproduction
convenience required public init(json: [String: Any]) { }
Can the behavior be reproduced using the Auth0.swift sample app?
Environment
I have a PR ready that resolves this and will publish shortly.
The text was updated successfully, but these errors were encountered: