addPasswordlessRegistration method

ResponseFuture<AddPasswordlessRegistrationResponse> addPasswordlessRegistration(
  1. AddPasswordlessRegistrationRequest request, {
  2. CallOptions? options,
})

Add Passwordless/Passkey Registration Link

Deprecated: use user service v2 RegisterPasskey instead.

Adds a new passwordless/passkey authenticator link to the user and returns it in the response. The link enables the user to register a new device if current passwordless/passkey devices are all platform authenticators. e.g. User has already registered Windows Hello and wants to register FaceID on the iPhone.

Implementation

$grpc.ResponseFuture<$0.AddPasswordlessRegistrationResponse>
    addPasswordlessRegistration(
  $0.AddPasswordlessRegistrationRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$addPasswordlessRegistration, request,
      options: options);
}