listHumanPasswordless method
ResponseFuture<ListHumanPasswordlessResponse>
listHumanPasswordless(
- ListHumanPasswordlessRequest request, {
- CallOptions? options,
Search Passwordless/Passkey authentication
Deprecated: use user service v2 ListPasskeys instead.
Get a list of configured passwordless/passkey authentication methods from the user. Passwordless/passkey is a device-dependent authentication like FingerScan, WindowsHello or a Hardware Token.
Implementation
$grpc.ResponseFuture<$0.ListHumanPasswordlessResponse> listHumanPasswordless(
$0.ListHumanPasswordlessRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$listHumanPasswordless, request, options: options);
}