startWebAuthNRegistration method
ResponseFuture<StartWebAuthNRegistrationResponse>
startWebAuthNRegistration(
- StartWebAuthNRegistrationRequest request, {
- CallOptions? options,
Start a WebAuthN registration
Start the registration of a new WebAuthN device (e.g. Passkeys) for a user. As a response the public key credential creation options are returned, which are used to verify the device.
Implementation
$grpc.ResponseFuture<$0.StartWebAuthNRegistrationResponse>
startWebAuthNRegistration(
$0.StartWebAuthNRegistrationRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$startWebAuthNRegistration, request,
options: options);
}