LcpPassphraseAuthentication constructor

LcpPassphraseAuthentication(
  1. String passphrase, {
  2. LcpAuthenticating? fallback,
})

Implementation

LcpPassphraseAuthentication(this.passphrase, {this.fallback});