updateIDPOIDCConfig method
ResponseFuture<UpdateIDPOIDCConfigResponse>
updateIDPOIDCConfig(
- UpdateIDPOIDCConfigRequest request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$0.UpdateIDPOIDCConfigResponse> updateIDPOIDCConfig(
$0.UpdateIDPOIDCConfigRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$updateIDPOIDCConfig, request, options: options);
}