verificationId property

String verificationId

The phone number authentication operation's verification ID.

This can be used along with the verification code to initialize a phone auth credential.

Implementation

String get verificationId {
  return _delegate.verificationId;
}