onCredentialLinked abstract method

void onCredentialLinked(
  1. AuthCredential credential
)

Called if the credential was successfully linked with the user account.

Implementation

void onCredentialLinked(fba.AuthCredential credential);