bcgov / common-web-utils

Common Front End JS utils and libraries
Apache License 2.0
1 stars 0 forks source link

getter methods for tokens should be in camelcase #6

Closed patricksimonian closed 5 years ago

patricksimonian commented 5 years ago

getter method are .access_token and .id_token,

this should change to .accessToken and .idToken

patricksimonian commented 5 years ago

Issue resolved in #7