listHumanLinkedIDPs method

ResponseFuture<ListHumanLinkedIDPsResponse> listHumanLinkedIDPs(
  1. ListHumanLinkedIDPsRequest request, {
  2. CallOptions? options,
})

List Social Logins

Deprecated: use user service v2 ListLinkedIDPs instead.

Returns a list of all linked identity providers/social logins of the user. (e. Google, Microsoft, AzureAD, etc.).

Implementation

$grpc.ResponseFuture<$0.ListHumanLinkedIDPsResponse> listHumanLinkedIDPs(
  $0.ListHumanLinkedIDPsRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$listHumanLinkedIDPs, request, options: options);
}