onCredentialReceived abstract method

void onCredentialReceived(
  1. AuthCredential credential
)

Called before an attempt to link the credential with currently signed in user account.

Implementation

void onCredentialReceived(fba.AuthCredential credential);