stevenmaguire / oauth2-salesforce

Salesforce Provider for the OAuth 2.0 Client
MIT License
31 stars 13 forks source link

Add $issuedAt property #8

Open MatusGoljerSalesChamp opened 7 years ago

MatusGoljerSalesChamp commented 7 years ago

As per the SalesForce documentation on OAuth their replies always contain an issued_at field telling you when the token was issued.

We use this field internally in our application so having it accessible in a simpler way would be preferable :)

stevenmaguire commented 7 years ago

Thanks for the contribution. Can you please make sure the tests are updated to support this case?

MatusGoljerSalesChamp commented 7 years ago

Absolutely, will do!

jamesgraham commented 6 years ago

@MatusGoljerSalesChamp which specific case do you use for this property?