PasskeyLoginResponse constructor

PasskeyLoginResponse(
  1. String id,
  2. String rawId,
  3. AssertionResponse response
)

Implementation

PasskeyLoginResponse(this.id, this.rawId, this.response);