addPasswordlessRegistration method
ResponseFuture<AddPasswordlessRegistrationResponse>
addPasswordlessRegistration(
- AddPasswordlessRegistrationRequest request, {
- 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);
}