public class WechatJsonExtractor
extends com.github.scribejava.core.extractors.OAuth2AccessTokenJsonExtractor
More info at: WeChat login development guide
| Modifier and Type | Field and Description |
|---|---|
static Pattern |
OPENID_REGEX |
static Pattern |
UNION_ID_REGEX |
| Modifier | Constructor and Description |
|---|---|
protected |
WechatJsonExtractor() |
| Modifier and Type | Method and Description |
|---|---|
protected com.github.scribejava.core.model.OAuth2AccessToken |
createToken(String accessToken,
String tokenType,
Integer expiresIn,
String refreshToken,
String scope,
String response) |
static WechatJsonExtractor |
instance() |
public static final Pattern OPENID_REGEX
public static final Pattern UNION_ID_REGEX
public static WechatJsonExtractor instance()
Copyright © 2019. All rights reserved.