AuthenticateAllowCredential constructor

AuthenticateAllowCredential(
  1. Uint8List id,
  2. String type,
  3. List<String> transports
)

Implementation

AuthenticateAllowCredential(
  this.id,
  this.type,
  this.transports
);