removeHumanLinkedIDP method
ResponseFuture<RemoveHumanLinkedIDPResponse>
removeHumanLinkedIDP(
- RemoveHumanLinkedIDPRequest request, {
- CallOptions? options,
Remove Social Login
Deprecated: use user service v2 RemoveIDPLink instead.
Remove a configured social logins/identity providers of the user (e.g. Google, Microsoft, AzureAD, etc.). The user will not be able to log in with the given provider afterward. Make sure the user does have other possibilities to authenticate.
Implementation
$grpc.ResponseFuture<$0.RemoveHumanLinkedIDPResponse> removeHumanLinkedIDP(
$0.RemoveHumanLinkedIDPRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$removeHumanLinkedIDP, request, options: options);
}