getIDPByID method
ResponseFuture<GetIDPByIDResponse>
getIDPByID(
- GetIDPByIDRequest request, {
- 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);
}