password property

  1. @Deprecated('Not supported. Member documentation may have more information.')
String? password
getter/setter pair

The password for HTTP Basic authentication.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.String? password;