Interface WeChatCredentials
- All Superinterfaces:
ChannelCredentials
If you are including the WeChat channel in the
channel_identifier
property, you must
include this object.-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Dedicated Builder -
Method Summary
Modifier and TypeMethodDescriptionstatic WeChatCredentials.Builder
builder()
Getting builderThe Encoding AES Key for the WeChat channel to which you are connecting.getAppId()
The AppID(Developer ID) for the WeChat channel to which you are connecting.The AppSecret(Developer Password) for the WeChat channel to which you are connecting.getToken()
The Token for the WeChat channel to which you are connecting.
-
Method Details
-
getAppId
String getAppId()The AppID(Developer ID) for the WeChat channel to which you are connecting.- Returns:
- appId
-
getAppSecret
String getAppSecret()The AppSecret(Developer Password) for the WeChat channel to which you are connecting.- Returns:
- appSecret
-
getToken
String getToken()The Token for the WeChat channel to which you are connecting.- Returns:
- token
-
getAesKey
String getAesKey()The Encoding AES Key for the WeChat channel to which you are connecting.- Returns:
- aesKey
-
builder
Getting builder- Returns:
- New Builder instance
-