TemporaryPasswordState constructor
const
TemporaryPasswordState({})
Returns information about the availability of a temporary password, which can be used for payments
Implementation
const TemporaryPasswordState({
required this.hasPassword,
required this.validFor,
this.extra,
this.clientId,
});