Package 

Interface ConnectionManager.AuthInfoRequester

    • Method Summary

      Modifier and Type Method Description
      abstract Unit setAuthInfo(String userId, String accessToken) A callback for when authentication information is responded.
      abstract Unit setAuthInfoWithHostInfo(String userId, String accessToken, String apiHost, String wsHost) A callback for when authentication information with host information is responded.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • setAuthInfo

        @Deprecated(message = Deprecated as of 3.1.6. Replaced by SendBird.connect) abstract Unit setAuthInfo(String userId, String accessToken)

        A callback for when authentication information is responded.

        since 3.0.70

        Parameters:
        userId - userId
        accessToken - accessToken
      • setAuthInfoWithHostInfo

        @Deprecated(message = Deprecated as of 3.1.6. Replaced by SendBird.connect) abstract Unit setAuthInfoWithHostInfo(String userId, String accessToken, String apiHost, String wsHost)

        A callback for when authentication information with host information is responded.

        since 3.0.70

        Parameters:
        userId - userId
        accessToken - accessToken
        apiHost - apiHost
        wsHost - wsHost