public interface SqrlClientAuthStateUpdater
| Modifier and Type | Method and Description |
|---|---|
void |
initSqrl(SqrlConfig sqrlConfig,
SqrlAuthStateMonitor sqrlAuthStateMonitor)
Invoked during initialization so that the
SqrlClientAuthStateUpdater has access to the resources it may
need |
void |
pushStatusUpdateToBrowser(String browserId,
SqrlAuthenticationStatus oldAuthStatus,
SqrlAuthenticationStatus newAuthStatus)
Invoked by
SqrlAuthStateMonitor when it is time to respond to a browsers polling request with an update |
void initSqrl(SqrlConfig sqrlConfig, SqrlAuthStateMonitor sqrlAuthStateMonitor)
SqrlClientAuthStateUpdater has access to the resources it may
needvoid pushStatusUpdateToBrowser(String browserId, SqrlAuthenticationStatus oldAuthStatus, SqrlAuthenticationStatus newAuthStatus)
SqrlAuthStateMonitor when it is time to respond to a browsers polling request with an updateCopyright © 2016. All rights reserved.