Should you store the credential token as whole or extract the access, refresh and id token and store them separately?

后端 未结 0 839
刺人心
刺人心 2020-12-22 17:49

After extracting the tokens from the Authorization Code using googleapis library

const { tokens } = await oauth2Client.getToken(code);

it contains

相关标签:
回答
  • 消灭零回复
提交回复
热议问题