fastify-example icon indicating copy to clipboard operation
fastify-example copied to clipboard

fix: refer token as a property of AccessToken

Open pawel-id opened this issue 1 year ago • 0 comments

Thank you for this project. It is very helpful with fastify exploration.

I found a little thing which needs to to fixed. The method getAccessTokenFromAuthorizationCodeFlow(...) now returns AccessToken which in turn has property token (instead token object directly)

pawel-id avatar Feb 05 '23 20:02 pawel-id