listHumanLinkedIDPs method
ResponseFuture<ListHumanLinkedIDPsResponse>
listHumanLinkedIDPs(
- ListHumanLinkedIDPsRequest request, {
- 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);
}