wechat_mp_auth v0.0.2 WechatMPAuth.AuthorizerAccessToken
This module defines the WechatMPAuth.AuthorizerAccessToken
struct
Summary
Functions
Returns a new WechatMPAuth.AuthorizerAccessToken
struct given the response
from WechatMPAuth.Client.get_authorizer_access_token
and %WechatMPAuth.Client{}
Types
access_token :: binary
appid :: binary
expires_at :: integer
refresh_token :: binary
t :: %WechatMPAuth.AuthorizerAccessToken{access_token: access_token, appid: appid, client: WechatMPAuth.Client.t, expires_at: expires_at, refresh_token: refresh_token}
Functions
Specs
new(binary, WechatMPAuth.Client.t) :: t
Returns a new WechatMPAuth.AuthorizerAccessToken
struct given the response
from WechatMPAuth.Client.get_authorizer_access_token
and %WechatMPAuth.Client{}
.