All Superinterfaces:
ChannelCredentials

public interface LineCredentials extends ChannelCredentials
If you are including the LINE 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 secret for the LINE channel to which you are connecting.
    The token for the LINE channel to which you are connecting.
  • Method Details

    • getToken

      String getToken()
      The token for the LINE channel to which you are connecting.
      Returns:
      token
    • getSecret

      String getSecret()
      The secret for the LINE channel to which you are connecting.
      Returns:
      secret
    • builder

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