Interface AuthorizationStateListener

All Known Implementing Classes:
NettyChannelHealthChecker

public interface AuthorizationStateListener
Listener for authorization info state maintained on the server side.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Notifies the listener that the credentials stored on the server side have expired.
  • Method Details

    • onExpired

      void onExpired()
      Notifies the listener that the credentials stored on the server side have expired.