IdTokenListener

public interface IdTokenListener

Used to deliver notifications when authentication state changes.

Public Method Summary

abstract void
onIdTokenChanged(InternalTokenResult tokenResult)

Public Methods

public abstract void onIdTokenChanged (InternalTokenResult tokenResult)

This method gets invoked on changes in the authentication state.

Parameters
tokenResult represents the InternalTokenResult interface, which can be used to obtain a cached access token.