Interface WeChatCredentials

All Superinterfaces:
ChannelCredentials

public interface WeChatCredentials extends ChannelCredentials
If you are including the WeChat channel in the channel_identifier property, you must include this object.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Dedicated Builder
  • Method Summary

    Modifier and Type
    Method
    Description
    Getting builder
    The Encoding AES Key for the WeChat channel to which you are connecting.
    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.
    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

      static WeChatCredentials.Builder builder()
      Getting builder
      Returns:
      New Builder instance