AuthenticationKey constructor

AuthenticationKey({
  1. int? id,
  2. String? publicKeyPem,
})

Implementation

AuthenticationKey({this.id, this.publicKeyPem});