Interface BdkAuthenticationAware


@API(status=EXPERIMENTAL) public interface BdkAuthenticationAware
Interface to be implemented by any BdkExtension that wishes to use the AuthSession of the bot service account.
See Also:
  • BdkExtension
  • Method Details

    • setAuthSession

      void setAuthSession(AuthSession session)
      Set the AuthSession object.
      Parameters:
      session - the AuthSession instance to be used by this object