AssertionResponse constructor

AssertionResponse(
  1. String clientDataJSON,
  2. String authenticatorData,
  3. String signature,
  4. String? userHandle,
)

Implementation

AssertionResponse(this.clientDataJSON, this.authenticatorData, this.signature,
    this.userHandle);