getIDPByID method

ResponseFuture<GetIDPByIDResponse> getIDPByID(
  1. GetIDPByIDRequest request, {
  2. CallOptions? options,
})

Get identity provider (IdP) by ID

Returns an identity provider (social/enterprise login) by its ID, which can be of the type Google, AzureAD, etc.

Implementation

$grpc.ResponseFuture<$0.GetIDPByIDResponse> getIDPByID(
  $0.GetIDPByIDRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$getIDPByID, request, options: options);
}