toAuthenticateResponseType method

AuthenticateResponseType toAuthenticateResponseType()

Implementation

AuthenticateResponseType toAuthenticateResponseType() =>
    AuthenticateResponseType(
      clientDataJSON: response.clientDataJSON,
      authenticatorData: response.authenticatorData,
      signature: response.signature,
      userHandle: response.userHandle ?? '',
      id: id,
      rawId: rawId,
    );