type property

String type

The application verifier type. For a reCAPTCHA verifier, this is 'recaptcha'.

Implementation

String get type {
  return _delegate.type;
}