addIDPLink method

ResponseFuture<AddIDPLinkResponse> addIDPLink(
  1. AddIDPLinkRequest request, {
  2. CallOptions? options,
})

Add link to an identity provider to an user

Add link to an identity provider to an user.

Deprecated: please move to the corresponding endpoint under user service v2 (GA).

Implementation

$grpc.ResponseFuture<$0.AddIDPLinkResponse> addIDPLink(
  $0.AddIDPLinkRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$addIDPLink, request, options: options);
}