sendPasswordlessRegistration method
ResponseFuture<SendPasswordlessRegistrationResponse>
sendPasswordlessRegistration(
- SendPasswordlessRegistrationRequest request, {
- CallOptions? options,
Send Passwordless/Passkey Registration Link
Deprecated: use user service v2 RegisterPasskey instead.
Adds a new passwordless/passkey authenticator link to the user and sends it to the user per email. 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.SendPasswordlessRegistrationResponse>
sendPasswordlessRegistration(
$0.SendPasswordlessRegistrationRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$sendPasswordlessRegistration, request,
options: options);
}