Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IAccessTokenResp

code换取用户accessToken结果

Hierarchy

  • IAccessTokenResp

Index

Properties

access_token

access_token: string

Optional errcode

errcode: undefined | number

微信返回错误码

Optional errmsg

errmsg: undefined | string

expires_in

expires_in: number

过期时间,一般为7200

openid

openid: string

refresh_token

refresh_token: string

refresh_token, 可以通过refresh_token来获取一个新的access_token

scope

scope: string

用户授权的作用域,使用逗号(,)分隔

Generated using TypeDoc